Javadoc
diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
index fac5348..dc794e7 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
@@ -25,21 +25,21 @@
 public interface FileSelectInfo {
 
     /**
-     * Returns the base folder of the traversal.
+     * Gets the base folder of the traversal.
      *
      * @return FileObject representing the base folder.
      */
     FileObject getBaseFolder();
 
     /**
-     * Returns the depth of the file relative to the base folder.
+     * Gets the depth of the file relative to the base folder.
      *
      * @return The depth of the file relative to the base folder.
      */
     int getDepth();
 
     /**
-     * Returns the file (or folder) to be considered.
+     * Gets the file (or folder) to be considered.
      *
      * @return The FileObject.
      */