mirror of https://github.com/apache/lucene.git
remove extra space
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
430365f7cc
commit
722dec4084
|
@ -94,7 +94,7 @@ public class TokenStreamToDot {
|
|||
final int endOffset = offsetAtt.endOffset();
|
||||
//System.out.println("start=" + startOffset + " end=" + endOffset + " len=" + inputText.length());
|
||||
if (inputText != null) {
|
||||
arcLabel += " / " + inputText.substring(startOffset, endOffset);
|
||||
arcLabel += " / " + inputText.substring(startOffset, endOffset);
|
||||
} else {
|
||||
arcLabel += " / " + startOffset + "-" + endOffset;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue