WrappableSearcherManager: Wrap long line
Change-Id: I325b67b91a79b0b51a83b13d8474b5999f837895
This commit is contained in:
@@ -204,7 +204,10 @@ final class WrappableSearcherManager extends ReferenceManager<IndexSearcher> {
|
||||
}
|
||||
|
||||
if (unwrapped != reader) {
|
||||
throw new IllegalStateException("SearcherFactory must wrap the provided reader (got " + searcher.getIndexReader() + " but expected " + reader + ")");
|
||||
throw new IllegalStateException(
|
||||
"SearcherFactory must wrap the provided reader (got " +
|
||||
searcher.getIndexReader() +
|
||||
" but expected " + reader + ")");
|
||||
}
|
||||
success = true;
|
||||
} finally {
|
||||
|
Reference in New Issue
Block a user