DATAMONGO-1909 - Fix typo on return statement.
Original pull request: #523.
This commit is contained in:
committed by
Mark Paluch
parent
309148dd64
commit
f7d65cf8d4
@@ -27,7 +27,7 @@ public class PersonWithVersionPropertyOfTypeLong {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "PersonWithVersionPropertyOfTypeInteger [id=" + id + ", firstName=" + firstName + ", age=" + age
|
||||
return "PersonWithVersionPropertyOfTypeLong [id=" + id + ", firstName=" + firstName + ", age=" + age
|
||||
+ ", version=" + version + "]";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user