Skip to content

Commit fdbda4e

Browse files
committed
Fix javadoc
1 parent 10fd968 commit fdbda4e

File tree

2 files changed

+4
-4
lines changed
  • jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/prefixes
  • jena-ontapi/src/main/java/org/apache/jena/ontapi/utils

2 files changed

+4
-4
lines changed

jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/servlets/prefixes/PrefixesRDF.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
* prefixName and prefixURI attributes.
4343
*
4444
* <pre>
45-
* PREFIX prefixes: <http://jena.apache.org/prefixes#>
46-
* PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
47-
* PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
45+
* PREFIX prefixes: &lt;http://jena.apache.org/prefixes#&gt;
46+
* PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns##&gt;
47+
* PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema##&gt;
4848
*
4949
* [] rdf:type prefixes:Prefix ;
5050
* prefixes:prefixName "test" ;

jena-ontapi/src/main/java/org/apache/jena/ontapi/utils/OntModels.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ public static OntConfig config(OntModel m) {
386386
* that the values in the stream consist of the shallowest fringe of named classes in the hierarchy.
387387
*
388388
* @param m {@link OntModel}
389-
* @return a {@code Stream} of {@link OntClass.Named}
389+
* @return a {@code Stream} of {@link org.apache.jena.ontapi.model.OntClass.Named}
390390
* @see OntModel#hierarchyRoots()
391391
*/
392392
public static Stream<OntClass.Named> namedHierarchyRoots(OntModel m) {

0 commit comments

Comments
 (0)