Skip to content

Commit

Permalink
HSEARCH-2451 follow-up: removed an unused variable.
Browse files Browse the repository at this point in the history
It shouldn't have been added in commit f82dd62
  • Loading branch information
yrodiere authored and Sanne committed Nov 28, 2016
1 parent 22ef752 commit bf08be5
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -292,7 +292,6 @@ private void execute() {
private class IndexSearcher {

private final Map<String, Class<?>> entityTypesByName = new HashMap<>();
private final Map<String, Class<?>> documentBuilderIndexedEntityByName = new HashMap<>();
private final Set<String> indexNames = new HashSet<>();
private final String completeQueryAsString;

Expand Down

0 comments on commit bf08be5

Please sign in to comment.