mirror of https://github.com/apache/lucene.git
add toString() to CollectionRef
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9b255d6cc4
commit
d1c5ff0153
|
@ -391,6 +391,11 @@ public class ClusterState implements JSONWriter.Writable {
|
|||
}
|
||||
|
||||
public boolean isLazilyLoaded() { return false; }
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return coll.toString();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue