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

commit 13fed5718e08736f872d5ebea788a193f29375d4
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 16 21:26:06 2025 -0400

    Fix Javadoc error
---
 .../src/main/java/org/apache/commons/rdf/simple/package-info.java   | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 
a/commons-rdf-simple/src/main/java/org/apache/commons/rdf/simple/package-info.java
 
b/commons-rdf-simple/src/main/java/org/apache/commons/rdf/simple/package-info.java
index 20415d81..c4a07798 100644
--- 
a/commons-rdf-simple/src/main/java/org/apache/commons/rdf/simple/package-info.java
+++ 
b/commons-rdf-simple/src/main/java/org/apache/commons/rdf/simple/package-info.java
@@ -20,19 +20,23 @@
  * A simple in-memory implementation of the Commons RDF API.
  * <p>
  * This package contains a simple (if not naive) implementation of
- * {@link org.apache.commons.rdf.api} using in-memory POJO objects.
+ * {@code org.apache.commons.rdf.api} using in-memory POJO objects.
+ * </p>
  * <p>
  * Note that although this module fully implements the commons-rdf API, it
  * should <strong>not</strong> be considered a reference implementation. It is
  * <strong>not thread-safe</strong> nor scalable, but may be useful for testing
  * and simple usage (e.g. prototyping).
+ * </p>
  * <p>
  * To use this implementation, create an instance of
  * {@link org.apache.commons.rdf.simple.SimpleRDF} and use methods like
  * {@link org.apache.commons.rdf.simple.SimpleRDF#createGraph} and
  * {@link org.apache.commons.rdf.simple.SimpleRDF#createIRI(String)}.
+ * </p>
  * <p>
  * The {@link org.apache.commons.rdf.simple.Types} class provide constant
  * {@link org.apache.commons.rdf.api.IRI}s of the common RDF XML datatypes.
+ * </p>
  */
 package org.apache.commons.rdf.simple;

Reply via email to