Skip to content

Commit

Permalink
feat: update and avoid compile issue
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Feb 23, 2025
1 parent 1d5c277 commit b315f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jnosql/demoee/CameraService.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public Camera insert(Camera camera) {
}

public Camera update(Camera update) {
LOGGER.info("Updating camera: " + update.id())
LOGGER.info("Updating camera: " + update.id());
return template.update(update);
}
}

0 comments on commit b315f6b

Please sign in to comment.