Skip to content

Commit 9a9ab90

Browse files
author
Niall Pemberton
committed
JavaDoc corrections
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1006296 13f79535-47bb-0310-9956-ffa450edef68
1 parent 29f32c7 commit 9a9ab90

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
* If the state of additional {@link File} attributes is required then create a custom
3636
* {@link FilesystemEntry} with properties for those attributes. Override the
3737
* {@link #newChildInstance(File)} to return a new instance of the appropriate type.
38-
* You may also want to override the {@link #refresh()} and/or {@link #hasChanged()}
39-
* methods.
38+
* You may also want to override the {@link #refresh(File)} method.
4039
* @see FilesystemObserver
4140
* @since Commons IO 2.0
4241
*/

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,9 @@
125125
* {@link FilesystemEntry} represents the state of a file or directory, capturing
126126
* {@link File} attributes at a point in time. Custom implementations of
127127
* {@link FilesystemEntry} can be used to capture additional properties that the
128-
* basic implementation does not support. The {@link FilesystemEntry#hasChanged()}
128+
* basic implementation does not support. The {@link FilesystemEntry#refresh(File)}
129129
* method is used to determine if a file or directory has changed since the last
130-
* check. {@link FilesystemEntry#refresh()} stores the current state of the
131-
* {@link File}'s properties.
130+
* check and stores the current state of the {@link File}'s properties.
132131
*
133132
* @see FilesystemListener
134133
* @see FilesystemMonitor

0 commit comments

Comments
 (0)