#91 Eclipse fix for generated project

This commit is contained in:
Ilkka Seppala 2015-07-13 15:22:28 +03:00
parent 5337ecdc35
commit 833b5883d4

View File

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