Code cleanup (#1534)

* removed unused imports (no code change)

* Add missing @Override / @SupressWarnings (no code change)

* FIX: serialization warnings

* FIX: Access to static member
This commit is contained in:
Roland Praml
2018-11-10 20:07:01 +13:00
committed by Rob Bygrave
parent 61eedb4e9a
commit 808004165c
50 changed files with 67 additions and 53 deletions
@@ -7,7 +7,6 @@ import io.ebeaninternal.server.deploy.DbSqlContext;
import java.sql.SQLException;
import java.util.List;
import java.util.Set;
final class SqlTreeNodeManyRoot extends SqlTreeNodeBean {