We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec73c85 commit 4af36d8Copy full SHA for 4af36d8
src/main/java/org/apache/commons/io/build/AbstractOrigin.java
@@ -1136,9 +1136,9 @@ public CharSequence getCharSequence(final Charset charset) throws IOException {
1136
}
1137
1138
/**
1139
- * Gets this origin as a Path, if possible.
+ * Gets this origin as a File, if possible.
1140
*
1141
- * @return this origin as a Path, if possible.
+ * @return this origin as a File, if possible.
1142
* @throws UnsupportedOperationException if this method is not implemented in a concrete subclass.
1143
*/
1144
public File getFile() {
0 commit comments