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 23, 2016
1 parent 1fd53c1 commit aadcea8
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 aadcea8

Please sign in to comment.