Skip to content

Commit

Permalink
changed method name for getting the index engine
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Sep 4, 2015
1 parent 1f4fee4 commit a381cc2
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -1201,8 +1201,9 @@ public int loadIndexEngine(String name) {
stateLock.releaseReadLock();
}
}

public OIndexEngine get(int indexId) {


public OIndexEngine getIndexEngine(int indexId) {
return indexEngines.get(indexId);
}

Expand Down

0 comments on commit a381cc2

Please sign in to comment.