jdk/src/share/classes/java/nio/file/Watchable.java
changeset 2072 80dfe4469bbd
parent 2057 3acf8e5e2ca0
child 5506 202f599c92aa
--- a/jdk/src/share/classes/java/nio/file/Watchable.java	Tue Feb 24 09:11:42 2009 +0000
+++ b/jdk/src/share/classes/java/nio/file/Watchable.java	Tue Feb 24 11:31:04 2009 +0000
@@ -64,25 +64,25 @@
      * support.
      *
      * @param   watcher
-     *          The watch service to which this object is to be registered
+     *          the watch service to which this object is to be registered
      * @param   events
-     *          The events for which this object should be registered
+     *          the events for which this object should be registered
      * @param   modifiers
-     *          The modifiers, if any, that modify how the object is registered
+     *          the modifiers, if any, that modify how the object is registered
      *
-     * @return  A key representing the registration of this object with the
+     * @return  a key representing the registration of this object with the
      *          given watch service
      *
      * @throws  UnsupportedOperationException
-     *          If unsupported events or modifiers are specified
+     *          if unsupported events or modifiers are specified
      * @throws  IllegalArgumentException
-     *          If an invalid of combination of events are modifiers are specified
+     *          if an invalid of combination of events are modifiers are specified
      * @throws  ClosedWatchServiceException
-     *          If the watch service is closed
+     *          if the watch service is closed
      * @throws  IOException
-     *          If an I/O error occurs
+     *          if an I/O error occurs
      * @throws  SecurityException
-     *          If a security manager is installed and it denies an unspecified
+     *          if a security manager is installed and it denies an unspecified
      *          permission required to monitor this object. Implementations of
      *          this interface should specify the permission checks.
      */
@@ -102,23 +102,23 @@
      * </pre>
      *
      * @param   watcher
-     *          The watch service to which this object is to be registered
+     *          the watch service to which this object is to be registered
      * @param   events
-     *          The events for which this object should be registered
+     *          the events for which this object should be registered
      *
-     * @return  A key representing the registration of this object with the
+     * @return  a key representing the registration of this object with the
      *          given watch service
      *
      * @throws  UnsupportedOperationException
-     *          If unsupported events are specified
+     *          if unsupported events are specified
      * @throws  IllegalArgumentException
-     *          If an invalid of combination of events are specified
+     *          if an invalid of combination of events are specified
      * @throws  ClosedWatchServiceException
-     *          If the watch service is closed
+     *          if the watch service is closed
      * @throws  IOException
-     *          If an I/O error occurs
+     *          if an I/O error occurs
      * @throws  SecurityException
-     *          If a security manager is installed and it denies an unspecified
+     *          if a security manager is installed and it denies an unspecified
      *          permission required to monitor this object. Implementations of
      *          this interface should specify the permission checks.
      */