Skip to content

Commit c1b64e9

Browse files
committed
Javadoc.
1 parent 9cd3122 commit c1b64e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/FileSystem.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ private FileSystem(final int maxFileLength, final int maxPathLength, final char[
204204
}
205205

206206
/**
207-
* Gets the illegal characters for this file system.
207+
* Gets a cloned copy of the illegal characters for this file system.
208208
*
209209
* @return the illegal characters for this file system.
210210
*/
@@ -231,7 +231,7 @@ public int getMaxPathLength() {
231231
}
232232

233233
/**
234-
* Gets the reserved file names.
234+
* Gets a cloned copy of the reserved file names.
235235
*
236236
* @return the reserved file names.
237237
*/

0 commit comments

Comments
 (0)