Skip to content

Commit 4af36d8

Browse files
committed
Fix Javadoc
1 parent ec73c85 commit 4af36d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/io/build/AbstractOrigin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,9 +1136,9 @@ public CharSequence getCharSequence(final Charset charset) throws IOException {
11361136
}
11371137

11381138
/**
1139-
* Gets this origin as a Path, if possible.
1139+
* Gets this origin as a File, if possible.
11401140
*
1141-
* @return this origin as a Path, if possible.
1141+
* @return this origin as a File, if possible.
11421142
* @throws UnsupportedOperationException if this method is not implemented in a concrete subclass.
11431143
*/
11441144
public File getFile() {

0 commit comments

Comments
 (0)