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 927beef commit f65c565Copy full SHA for f65c565
bean-validation/src/main/java/org/jnosql/demo/se/App1.java
@@ -53,7 +53,7 @@ public static void main(String[] args) {
53
.withName("Michael Schumacher").build();
54
55
Driver rubens = Driver.builder().withAge(25)
56
- .withCars(Arrays.asList(mustang))
+ .withCars(Collections.singletonList(mustang))
57
.withEmail("[email protected]")
58
.withLicense(true)
59
.withName("Rubens Barrichello").build();
0 commit comments