See gh-47654 Signed-off-by: Johnny Lim <izeye@naver.com>
@ -218,8 +218,8 @@ public class MongoProperties {
return this.uuid;
}
public void setUuidRepresentation(UuidRepresentation uuidRepresentation) {
public void setUuid(UuidRepresentation uuid) {
this.uuid = uuidRepresentation;
this.uuid = uuid;