Skip to content

Commit 073ee87

Browse files
author
Niall Pemberton
committed
Javadoc correction
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1005694 13f79535-47bb-0310-9956-ffa450edef68
1 parent c92f4ac commit 073ee87

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/io/monitor/FilesystemEntry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* <li>Exists - whether the file exists or not (see {@link File#exists()})</li>
2828
* <li>Directory - whether the file is a directory or not (see {@link File#isDirectory()})</li>
2929
* <li>Last Modified Date/Time (see {@link File#lastModified()})</li>
30+
* <li>Length (see {@link File#length()}) - directories treated as zero</li>
3031
* <li>Children - contents of a directory (see {@link File#listFiles(java.io.FileFilter)})</li>
3132
* </ul>
3233
* <p>

0 commit comments

Comments
 (0)