Skip to content

Commit

Permalink
changed permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
leechuck committed Jan 4, 2019
1 parent 8396e5c commit eb9a195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public NodeSet<OWLNamedIndividual> getInstances(OWLClassExpression classExpressi
return ret;
}

private Set<ComplexIntegerAxiom> getIntegerOntology() {
public Set<ComplexIntegerAxiom> getIntegerOntology() {
Set<OWLAxiom> owlAxiomSet = new HashSet<>();
owlAxiomSet.addAll(this.rootOntology.getAxioms());
this.rootOntology.getImportsClosure().forEach(ont -> owlAxiomSet.addAll(ont.getAxioms()));
Expand Down

0 comments on commit eb9a195

Please sign in to comment.