Skip to content

Commit

Permalink
Make small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Mendez committed Dec 20, 2015
1 parent b6bb3c3 commit e22e52e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ public String getName() {

public static final String subClassOf = "isA";

private Set<String> getNames(Collection<Integer> identifiers, IntegerEntityManager entityManager)
throws IOException {
private Set<String> getNames(Collection<Integer> identifiers, IntegerEntityManager entityManager) {
Set<String> ret = new TreeSet<>();
identifiers.forEach(id -> ret.add(entityManager.getName(id)));
return ret;
Expand Down

0 comments on commit e22e52e

Please sign in to comment.