#189 Updated Naked Objects example with the code generated by the latest Apache Isis snapshot

This commit is contained in:
Ilkka Seppala
2015-08-06 20:17:26 +03:00
parent 8e5b7a2ad7
commit 185f296a5b
8 changed files with 127 additions and 150 deletions

View File

@ -70,7 +70,7 @@ public class SimpleObjects {
final String name
) {
return container.allMatches(
new QueryDefault<SimpleObject>(
new QueryDefault<>(
SimpleObject.class,
"findByName",
"name", name));