We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a612f3 commit ba2d859Copy full SHA for ba2d859
src/main/java/org/springframework/data/elasticsearch/core/DocumentAdapters.java
@@ -385,7 +385,7 @@ public String toJson() {
385
*/
386
@Override
387
public String toString() {
388
- return getClass().getSimpleName() + "@" + this.id + "#" + this.version + " " + toJson();
+ return getClass().getSimpleName() + '@' + this.id + '#' + this.version + ' ' + toJson();
389
}
390
391
@Nullable
0 commit comments