No effective code change: Fixwarnings, overrides, generics etc. (#1285)

This commit is contained in:
Roland Praml
2018-02-27 10:15:19 +13:00
committed by Rob Bygrave
parent cdbbd749a3
commit 0e3f47ee82
48 changed files with 89 additions and 62 deletions
@@ -28,7 +28,7 @@ public class SimpleExpression extends AbstractValueExpression {
}
@Override
public boolean naturalKey(NaturalKeyQueryData data) {
public boolean naturalKey(NaturalKeyQueryData<?> data) {
// can't use naturalKey cache for NOT IN
if (type != Op.EQ) {
return false;