8000 feat: update and avoid compile issue · soujava/mongodb-virtual-threads@b315f6b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b315f6b

Browse files
committed
feat: update and avoid compile issue
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
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)
0