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
@@ -42,6 +42,7 @@ abstract class BaseCollectionHelp<T> implements BeanCollectionHelp<T> {
}
}
@SuppressWarnings("rawtypes")
@Override
public Collection underlying(Object value) {
if (value instanceof BeanCollection) {