OSDN Git Service

Normalise whitespace in GNU Classpath.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / gnu / classpath / jdwp / event / filters / FieldOnlyFilter.java
index 19c5b8a..47a8041 100644 (file)
@@ -46,7 +46,7 @@ import gnu.classpath.jdwp.id.ReferenceTypeId;
 
 /**
  * Restricts reported events to those that occur for a given field.
- * 
+ *
  * This modifier can be used with field access and field modification event
  * kinds only.
  *
@@ -64,7 +64,7 @@ public class FieldOnlyFilter
    * @param  refId  class for field
    * @param  fid    field
    * @throws InvalidClassException if class is invalid
-   * @throws InvalidFieldExcpetion if field is invalid
+   * @throws InvalidFieldException if field is invalid
    */
   public FieldOnlyFilter (ReferenceTypeId refId, /*Field*/ReferenceTypeId fid)
     throws InvalidClassException, InvalidFieldException
@@ -80,7 +80,7 @@ public class FieldOnlyFilter
   }
 
   /**
-   * Returns the class in which the field is declared 
+   * Returns the class in which the field is declared
    *
    * @return the class's id
    */