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 14368eb6 Fix typos in Javadoc and comments
14368eb6 is described below

commit 14368eb6375ece0505440ef18aad0508e8bd5f25
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Feb 15 09:36:32 2025 -0500

    Fix typos in Javadoc and comments
---
 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 a1a99160..ee05f7a2 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
@@ -764,7 +764,7 @@ public final class JenaRDF implements RDF {
      * <p>
      * A generalized quad allows any {@link RDFTerm} for
      * {@link QuadLike#getSubject()}, {@link TripleLike#getPredicate()},
-     * {@link QuadLike#getObject()} and {@link QuadLike#getGraphName()} .
+     * {@link QuadLike#getObject()} and {@link QuadLike#getGraphName()}.
      * <p>
      * The returned {@link StreamRDF} can be used for instance with Jena's
      * {@link RDFDataMgr#parse(StreamRDF, String)}.

Reply via email to