We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7207531 commit 64c8e68Copy full SHA for 64c8e68
src/main/java/org/jnosql/demoee/Camera.java
@@ -25,6 +25,6 @@ public static Camera of(Faker faker) {
25
}
26
27
public Camera update(Camera request) {
28
- return null;
+ return new Camera(this.id, request.brand, request.model, request.brandWithModel);
29
30
0 commit comments