Skip to content

Commit ba2d859

Browse files
mp911desothawo
andcommitted
Update src/main/java/org/springframework/data/elasticsearch/core/DocumentAdapters.java
Co-Authored-By: Peter-Josef Meisch <[email protected]>
1 parent 7a612f3 commit ba2d859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ public String toJson() {
385385
*/
386386
@Override
387387
public String toString() {
388-
return getClass().getSimpleName() + "@" + this.id + "#" + this.version + " " + toJson();
388+
return getClass().getSimpleName() + '@' + this.id + '#' + this.version + ' ' + toJson();
389389
}
390390

391391
@Nullable

0 commit comments

Comments
 (0)