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 fdbda4ee9e1d08717107ae9efb571fb76ab0b943
Author: Andy Seaborne <a...@apache.org>
AuthorDate: Wed Jul 10 17:22:45 2024 +0100

    Fix javadoc
---
 .../java/org/apache/jena/fuseki/servlets/prefixes/PrefixesRDF.java  | 6 +++---
 .../src/main/java/org/apache/jena/ontapi/utils/OntModels.java       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/prefixes/PrefixesRDF.java
 
b/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/prefixes/PrefixesRDF.java
index 920ba8207e..4a55f178e0 100644
--- 
a/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/prefixes/PrefixesRDF.java
+++ 
b/jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/prefixes/PrefixesRDF.java
@@ -42,9 +42,9 @@ import org.apache.jena.tdb2.DatabaseMgr;
  * prefixName and prefixURI attributes.
  *
  * <pre>
- * PREFIX prefixes: <http://jena.apache.org/prefixes#>
- * PREFIX rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
- * PREFIX xsd:      <http://www.w3.org/2001/XMLSchema#>
+ * PREFIX prefixes: &lt;http://jena.apache.org/prefixes#&gt;
+ * PREFIX rdf:      &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns##&gt;
+ * PREFIX xsd:      &lt;http://www.w3.org/2001/XMLSchema##&gt;
  *
  * [] rdf:type prefixes:Prefix ;
  *    prefixes:prefixName  "test" ;
diff --git 
a/jena-ontapi/src/main/java/org/apache/jena/ontapi/utils/OntModels.java 
b/jena-ontapi/src/main/java/org/apache/jena/ontapi/utils/OntModels.java
index ae0e180272..fb8e7eedc2 100644
--- a/jena-ontapi/src/main/java/org/apache/jena/ontapi/utils/OntModels.java
+++ b/jena-ontapi/src/main/java/org/apache/jena/ontapi/utils/OntModels.java
@@ -386,7 +386,7 @@ public class OntModels {
      * that the values in the stream consist of the shallowest fringe of named 
classes in the hierarchy.
      *
      * @param m {@link OntModel}
-     * @return a {@code Stream} of {@link OntClass.Named}
+     * @return a {@code Stream} of {@link 
org.apache.jena.ontapi.model.OntClass.Named}
      * @see OntModel#hierarchyRoots()
      */
     public static Stream<OntClass.Named> namedHierarchyRoots(OntModel m) {

Reply via email to