Skip to content

Commit

Permalink
HSEARCH-1594 Adjust test helper to Lucene API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed May 16, 2014
1 parent 040d6e4 commit 32524aa
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -156,6 +156,11 @@ public void writeStringSet(Set<String> set) throws IOException {
delegate.writeStringSet( set );
}

@Override
public long getChecksum() throws IOException {
return delegate.getChecksum();
}

}

private class IndexInputDelegate extends IndexInput {
Expand Down

0 comments on commit 32524aa

Please sign in to comment.