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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git

commit d8862ab811849b0776a28f03a39769eea37ab879
Author: Andy Seaborne <[email protected]>
AuthorDate: Wed Apr 23 07:40:21 2025 +0100

    Correct javadoc
---
 jena-arq/src/main/java/org/apache/jena/http/HttpLib.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jena-arq/src/main/java/org/apache/jena/http/HttpLib.java 
b/jena-arq/src/main/java/org/apache/jena/http/HttpLib.java
index 7f25ad50fb..ca577b4d3c 100644
--- a/jena-arq/src/main/java/org/apache/jena/http/HttpLib.java
+++ b/jena-arq/src/main/java/org/apache/jena/http/HttpLib.java
@@ -729,7 +729,7 @@ public class HttpLib {
     }
 
     /**
-     * Return a modifier that will set the Accept header to the value.
+     * Return a modifier that will set headers using the values in the map.
      * An argument of "null" means "no action".
      */
     public static Consumer<HttpRequest.Builder> setHeaders(Map<String, String> 
headers) {

Reply via email to