#189 Updated Naked Objects example with the code generated by the latest Apache Isis snapshot
This commit is contained in:
@ -72,7 +72,7 @@
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<properties>
|
||||
<datanucleus-maven-plugin.version>4.0.0-release</datanucleus-maven-plugin.version>
|
||||
<datanucleus-maven-plugin.version>4.0.1</datanucleus-maven-plugin.version>
|
||||
</properties>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
|
@ -70,7 +70,7 @@ public class SimpleObjects {
|
||||
final String name
|
||||
) {
|
||||
return container.allMatches(
|
||||
new QueryDefault<SimpleObject>(
|
||||
new QueryDefault<>(
|
||||
SimpleObject.class,
|
||||
"findByName",
|
||||
"name", name));
|
||||
|
Reference in New Issue
Block a user