mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-23 20:42:11 +00:00
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:
parent
7a612f3ba8
commit
ba2d8594a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user