Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cweedall committed Jun 25, 2024
1 parent 41eea01 commit 426881b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/edu/isi/oba/ObjectVisitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public class ObjectVisitor implements OWLObjectVisitor {
private OWLClass owlThing; // TODO: is this needed anymore??

private final Map<String, Schema> basePropertiesMap = new HashMap<>();
private final Map<IRI, Map<String, Schema>> inheritedPropertiesMap = new HashMap<>();

private final Set<String> propertyNames = new HashSet<>();
private final Set<String> requiredProperties = new HashSet<>();
Expand Down

0 comments on commit 426881b

Please sign in to comment.