HHH-5855 : checkstyle corrections
This commit is contained in:
parent
efa72a8333
commit
b5a86ea45c
|
@ -571,7 +571,7 @@ public class PersistentList extends AbstractPersistentCollection implements List
|
|||
@Override
|
||||
@SuppressWarnings("unchecked")
|
||||
public void operate() {
|
||||
list.remove( getIndex() );
|
||||
list.remove( getIndex() );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ import java.util.Collection;
|
|||
import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
import org.hibernate.HibernateException;
|
||||
|
|
Loading…
Reference in New Issue