Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Aug 31, 2024
1 parent 0528551 commit d72471a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public N2OReturnValue owl2ExportEdges(Long skip, Long limit) {
OWLOntologyManager man = OWLManager.createOWLOntologyManager();

OWLOntology o = man.createOntology();
findEntities(o, skip, limit);
findEntities(skip, limit);
addRelation(o, N2OStatic.RELTYPE_SUBCLASSOF);
addRelation(o, N2OStatic.RELTYPE_INSTANCEOF);
for (String rel_qsl : getRelations(OWLAnnotationProperty.class)) {
Expand Down

0 comments on commit d72471a

Please sign in to comment.