Skip to content

Commit 9f540c1

Browse files
committed
Fix Javadoc reference
1 parent e1dd05a commit 9f540c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/cli/Converter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public interface Converter<T, E extends Exception> {
5252
Converter<File, NullPointerException> FILE = File::new;
5353

5454
/**
55-
* Converts a String to a {@link Path}. Calls {@link Paths#get(java.net.URI)}.
55+
* Converts a String to a {@link Path}. Calls {@link Paths#get(String, String...)}.
5656
*/
5757
Converter<Path, InvalidPathException> PATH = Paths::get;
5858

0 commit comments

Comments
 (0)