Skip to content

Commit c7bd468

Browse files
committed
Javadoc clean up.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1563231 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4da8e8a commit c7bd468

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
import java.io.Serializable;
2121

2222
/**
23-
* {@link FileEntry} represents the state of a file or directory, capturing
24-
* the following {@link File} attributes at a point in time.
23+
* The state of a file or directory, capturing the following {@link File} attributes at a point in time.
2524
* <ul>
2625
* <li>File Name (see {@link File#getName()})</li>
2726
* <li>Exists - whether the file exists or not (see {@link File#exists()})</li>
@@ -30,7 +29,7 @@
3029
* <li>Length (see {@link File#length()}) - directories treated as zero</li>
3130
* <li>Children - contents of a directory (see {@link File#listFiles(java.io.FileFilter)})</li>
3231
* </ul>
33-
* <p>
32+
*
3433
* <h3>Custom Implementations</h3>
3534
* If the state of additional {@link File} attributes is required then create a custom
3635
* {@link FileEntry} with properties for those attributes. Override the

0 commit comments

Comments
 (0)