Skip to content

Commit b315f6b

Browse files
committed
feat: update and avoid compile issue
Signed-off-by: Otavio Santana <[email protected]>
1 parent 1d5c277 commit b315f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jnosql/demoee/CameraService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public Camera insert(Camera camera) {
4646
}
4747

4848
public Camera update(Camera update) {
49-
LOGGER.info("Updating camera: " + update.id())
49+
LOGGER.info("Updating camera: " + update.id());
5050
return template.update(update);
5151
}
5252
}

0 commit comments

Comments
 (0)