[dna-commits] DNA SVN: r1510 - trunk/extensions/dna-connector-filesystem/src/main/java/org/jboss/dna/connector/filesystem.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Fri Jan 1 08:28:23 EST 2010


Author: bcarothers
Date: 2010-01-01 08:28:22 -0500 (Fri, 01 Jan 2010)
New Revision: 1510

Modified:
   trunk/extensions/dna-connector-filesystem/src/main/java/org/jboss/dna/connector/filesystem/FileSystemSource.java
Log:
Corrected Javadoc

Modified: trunk/extensions/dna-connector-filesystem/src/main/java/org/jboss/dna/connector/filesystem/FileSystemSource.java
===================================================================
--- trunk/extensions/dna-connector-filesystem/src/main/java/org/jboss/dna/connector/filesystem/FileSystemSource.java	2009-12-31 22:41:01 UTC (rev 1509)
+++ trunk/extensions/dna-connector-filesystem/src/main/java/org/jboss/dna/connector/filesystem/FileSystemSource.java	2010-01-01 13:28:22 UTC (rev 1510)
@@ -274,9 +274,9 @@
     }
 
     /**
-     * Get the UUID that is used for the root node of each workspace
+     * Get the maximum path length (in characters) allowed by the underlying file system
      * 
-     * @return the UUID that is used for the root node of each workspace
+     * @return the maximum path length (in characters) allowed by the underlying file system
      */
     public int getMaxPathLength() {
         return maxPathLength;



More information about the dna-commits mailing list