mirror of https://github.com/apache/lucene.git
- Indentation and compiler warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b6978c9213
commit
a7a55017e3
|
@ -36,7 +36,7 @@ class ParserThread extends Thread {
|
|||
} finally {
|
||||
parser.pipeOut.close();
|
||||
synchronized (parser) {
|
||||
parser.summary.setLength(parser.SUMMARY_LENGTH);
|
||||
parser.summary.setLength(HTMLParser.SUMMARY_LENGTH);
|
||||
parser.titleComplete = true;
|
||||
parser.notifyAll();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue