Javadoc
diff --git a/src/main/java/org/apache/commons/io/FileCleaningTracker.java b/src/main/java/org/apache/commons/io/FileCleaningTracker.java
index cd0ca86..f8e23a8 100644
--- a/src/main/java/org/apache/commons/io/FileCleaningTracker.java
+++ b/src/main/java/org/apache/commons/io/FileCleaningTracker.java
@@ -122,7 +122,7 @@
         }
 
         /**
-         * Return the path.
+         * Gets the path.
          *
          * @return the path
          */
diff --git a/src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java b/src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java
index 195244e..aa472c2 100644
--- a/src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/CharSequenceInputStream.java
@@ -219,7 +219,7 @@
     }
 
     /**
-     * Return a lower bound on the number of bytes remaining in the byte stream.
+     * Gets a lower bound on the number of bytes remaining in the byte stream.
      *
      * @return the count of bytes that can be read without blocking (or returning EOF).
      * @throws IOException if an error occurs (probably not possible).
diff --git a/src/main/java/org/apache/commons/io/input/NullInputStream.java b/src/main/java/org/apache/commons/io/input/NullInputStream.java
index 31756bd..4c9ad63 100644
--- a/src/main/java/org/apache/commons/io/input/NullInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/NullInputStream.java
@@ -153,7 +153,7 @@
     }
 
     /**
-     * Return the size this {@link InputStream} emulates.
+     * Gets the size this {@link InputStream} emulates.
      *
      * @return The size of the input stream to emulate.
      */
diff --git a/src/main/java/org/apache/commons/io/output/AppendableOutputStream.java b/src/main/java/org/apache/commons/io/output/AppendableOutputStream.java
index 4500d4b..a17c5d1 100644
--- a/src/main/java/org/apache/commons/io/output/AppendableOutputStream.java
+++ b/src/main/java/org/apache/commons/io/output/AppendableOutputStream.java
@@ -46,7 +46,7 @@
     }
 
     /**
-     * Return the target appendable.
+     * Gets the target appendable.
      *
      * @return the target appendable
      */
diff --git a/src/main/java/org/apache/commons/io/output/AppendableWriter.java b/src/main/java/org/apache/commons/io/output/AppendableWriter.java
index 830c17e..4835f92 100644
--- a/src/main/java/org/apache/commons/io/output/AppendableWriter.java
+++ b/src/main/java/org/apache/commons/io/output/AppendableWriter.java
@@ -108,7 +108,7 @@
     }
 
     /**
-     * Return the target appendable.
+     * Gets the target appendable.
      *
      * @return the target appendable
      */
diff --git a/src/test/java/org/apache/commons/io/monitor/CollectionFileListener.java b/src/test/java/org/apache/commons/io/monitor/CollectionFileListener.java
index 8192226..a187790 100644
--- a/src/test/java/org/apache/commons/io/monitor/CollectionFileListener.java
+++ b/src/test/java/org/apache/commons/io/monitor/CollectionFileListener.java
@@ -58,7 +58,7 @@
     }
 
     /**
-     * Return the set of changed directories.
+     * Gets the set of changed directories.
      *
      * @return Directories which have changed
      */
@@ -67,7 +67,7 @@
     }
 
     /**
-     * Return the set of changed files.
+     * Gets the set of changed files.
      *
      * @return Files which have changed
      */
@@ -76,7 +76,7 @@
     }
 
     /**
-     * Return the set of created directories.
+     * Gets the set of created directories.
      *
      * @return Directories which have been created
      */
@@ -85,7 +85,7 @@
     }
 
     /**
-     * Return the set of created files.
+     * Gets the set of created files.
      *
      * @return Files which have been created
      */
@@ -94,7 +94,7 @@
     }
 
     /**
-     * Return the set of deleted directories.
+     * Gets the set of deleted directories.
      *
      * @return Directories which been deleted
      */
@@ -103,7 +103,7 @@
     }
 
     /**
-     * Return the set of deleted files.
+     * Gets the set of deleted files.
      *
      * @return Files which been deleted
      */