File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
* prefixName and prefixURI attributes.
43
43
*
44
44
* <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: < 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##>
48
48
*
49
49
* [] rdf:type prefixes:Prefix ;
50
50
* prefixes:prefixName "test" ;
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ public static OntConfig config(OntModel m) {
386
386
* that the values in the stream consist of the shallowest fringe of named classes in the hierarchy.
387
387
*
388
388
* @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}
390
390
* @see OntModel#hierarchyRoots()
391
391
*/
392
392
public static Stream <OntClass .Named > namedHierarchyRoots (OntModel m ) {
You can’t perform that action at this time.
0 commit comments