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