Skip to content

Commit 2d11919

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@
3131
* </ul>
3232
*
3333
* <h3>Custom Implementations</h3>
34+
* <p>
3435
* If the state of additional {@link File} attributes is required then create a custom
3536
* {@link FileEntry} with properties for those attributes. Override the
3637
* {@link #newChildInstance(File)} to return a new instance of the appropriate type.
3738
* You may also want to override the {@link #refresh(File)} method.
39+
* </p>
3840
* @see FileAlterationObserver
3941
* @since 2.0
4042
*/

0 commit comments

Comments
 (0)