You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/01/31 20:57:46 UTC

svn commit: r1563232 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/monitor/FileEntry.java

Author: ggregory
Date: Fri Jan 31 19:57:46 2014
New Revision: 1563232

URL: http://svn.apache.org/r1563232
Log:
Javadoc clean up.

Modified:
    commons/proper/io/trunk/src/main/java/org/apache/commons/io/monitor/FileEntry.java

Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/monitor/FileEntry.java
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/monitor/FileEntry.java?rev=1563232&r1=1563231&r2=1563232&view=diff
==============================================================================
--- commons/proper/io/trunk/src/main/java/org/apache/commons/io/monitor/FileEntry.java (original)
+++ commons/proper/io/trunk/src/main/java/org/apache/commons/io/monitor/FileEntry.java Fri Jan 31 19:57:46 2014
@@ -31,10 +31,12 @@ import java.io.Serializable;
  * </ul>
  * 
  * <h3>Custom Implementations</h3>
+ * <p>
  * If the state of additional {@link File} attributes is required then create a custom
  * {@link FileEntry} with properties for those attributes. Override the
  * {@link #newChildInstance(File)} to return a new instance of the appropriate type.
  * You may also want to override the {@link #refresh(File)} method.
+ * </p>
  * @see FileAlterationObserver
  * @since 2.0
  */