mirror of https://github.com/apache/lucene.git
Add toString() to help debugging.
This commit is contained in:
parent
5e6c99cc35
commit
0dd7b70447
|
@ -135,6 +135,11 @@ public abstract class CollectionAdminRequest<T extends CollectionAdminResponse>
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return jsonStr();
|
||||
}
|
||||
|
||||
/**
|
||||
* Base class for asynchronous collection admin requests
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue