Fix resource description of VerifyingIndexOutput.
This commit is contained in:
parent
ac71f1b70a
commit
943dbb8ab6
|
@ -33,7 +33,7 @@ public abstract class VerifyingIndexOutput extends IndexOutput {
|
||||||
|
|
||||||
/** Sole constructor */
|
/** Sole constructor */
|
||||||
VerifyingIndexOutput(IndexOutput out) {
|
VerifyingIndexOutput(IndexOutput out) {
|
||||||
super("VerifyingIndexOutput(in=" + out + ")");
|
super("VerifyingIndexOutput(out=" + out + ")");
|
||||||
this.out = out;
|
this.out = out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue