This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f540c10 Fix Javadoc reference
9f540c10 is described below

commit 9f540c10e793563b854da5fa4208338041dc9ff8
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 27 12:00:46 2026 +0000

    Fix Javadoc reference
---
 src/main/java/org/apache/commons/cli/Converter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/cli/Converter.java 
b/src/main/java/org/apache/commons/cli/Converter.java
index ce77869a..811a73bb 100644
--- a/src/main/java/org/apache/commons/cli/Converter.java
+++ b/src/main/java/org/apache/commons/cli/Converter.java
@@ -52,7 +52,7 @@ public interface Converter<T, E extends Exception> {
     Converter<File, NullPointerException> FILE = File::new;
 
     /**
-     * Converts a String to a {@link Path}. Calls {@link 
Paths#get(java.net.URI)}.
+     * Converts a String to a {@link Path}. Calls {@link Paths#get(String, 
String...)}.
      */
     Converter<Path, InvalidPathException> PATH = Paths::get;
 

Reply via email to