Update src/main/java/org/springframework/data/elasticsearch/core/DocumentAdapters.java

Co-Authored-By: Peter-Josef Meisch <pj.meisch@sothawo.com>
This commit is contained in:
Mark Paluch 2019-08-13 08:33:26 +02:00 committed by Peter-Josef Meisch
parent 7a612f3ba8
commit ba2d8594a1

View File

@ -385,7 +385,7 @@ class DocumentAdapters {
*/
@Override
public String toString() {
return getClass().getSimpleName() + "@" + this.id + "#" + this.version + " " + toJson();
return getClass().getSimpleName() + '@' + this.id + '#' + this.version + ' ' + toJson();
}
@Nullable