mirror of https://github.com/apache/lucene.git
LUCENE-7218: remove wrong comment
This commit is contained in:
parent
6109ac2549
commit
feee5e1400
|
@ -171,7 +171,7 @@ public class ReplicationService {
|
|||
if (token == null) {
|
||||
resOut.write(0); // marker for null token
|
||||
} else {
|
||||
resOut.write(1); // marker for null token
|
||||
resOut.write(1);
|
||||
token.serialize(new DataOutputStream(resOut));
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue