Fix warnings (#1129)

* FIX: warnings (add generics, overrides, fix imports) - should be no effecive code change

* replaced deprecated methods by default methods

* FIX: more compiler warnings

* FIX more warnings - no code changes
This commit is contained in:
Roland Praml
2017-09-14 00:29:01 +12:00
committed by Rob Bygrave
parent a5f46c095d
commit ac6708e0d0
60 changed files with 127 additions and 128 deletions
@@ -9,8 +9,10 @@ import io.ebeaninternal.server.core.OrmQueryRequest;
*/
public class BeanCollectionHelpFactory {
@SuppressWarnings("rawtypes")
static final BeanListHelp LIST_HELP = new BeanListHelp();
@SuppressWarnings("rawtypes")
static final BeanSetHelp SET_HELP = new BeanSetHelp();
/**