mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
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:
committed by
Rob Bygrave
parent
61eedb4e9a
commit
808004165c
@@ -42,6 +42,7 @@ abstract class BaseCollectionHelp<T> implements BeanCollectionHelp<T> {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
@Override
|
||||
public Collection underlying(Object value) {
|
||||
if (value instanceof BeanCollection) {
|
||||
|
||||
Reference in New Issue
Block a user