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

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


The following commit(s) were added to refs/heads/master by this push:
     new a4e49705 Fix Javadoc @link
a4e49705 is described below

commit a4e49705f58874282aacb27855241476c9d48d26
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 3 06:32:29 2025 -0500

    Fix Javadoc @link
---
 commons-rdf-jena/src/main/java/org/apache/commons/rdf/jena/JenaRDF.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-rdf-jena/src/main/java/org/apache/commons/rdf/jena/JenaRDF.java 
b/commons-rdf-jena/src/main/java/org/apache/commons/rdf/jena/JenaRDF.java
index 0ad8e2f6..853c4d24 100644
--- a/commons-rdf-jena/src/main/java/org/apache/commons/rdf/jena/JenaRDF.java
+++ b/commons-rdf-jena/src/main/java/org/apache/commons/rdf/jena/JenaRDF.java
@@ -583,7 +583,7 @@ public final class JenaRDF implements RDF {
      * <p>
      * If {@link Node#isLiteral()}, then the returned value is a
      * {@link Literal}. If {@link Node#isURI()}, the returned value is a IRI. 
If
-     * {$@link Node#isBlank()}, the returned value is a {@link BlankNode}, 
which
+     * {@link Node#isBlank()}, the returned value is a {@link BlankNode}, which
      * will use a {@link UUID} salt from this {@link JenaRDF} instance in
      * combination with {@link Node#getBlankNodeId()} for the purpose of its
      * {@link BlankNode#uniqueReference()}.

Reply via email to