Add toString() to help debugging.

This commit is contained in:
Andrzej Bialecki 2018-09-20 15:32:42 +02:00
parent 5e6c99cc35
commit 0dd7b70447
1 changed files with 5 additions and 0 deletions

View File

@ -135,6 +135,11 @@ public abstract class CollectionAdminRequest<T extends CollectionAdminResponse>
}
}
@Override
public String toString() {
return jsonStr();
}
/**
* Base class for asynchronous collection admin requests
*/