mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Fix small compiler warnings
This commit fix small compiler warnings in a few Java classes
This commit is contained in:
@@ -37,7 +37,6 @@ public class KnownListFilter extends AndFilter<PositionableObject> {
|
||||
* @param object
|
||||
* the object to locate known objects
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
public KnownListFilter(PositionableObject object) {
|
||||
super(new InstanceFilter<PositionableObject>(PositionableObject.class),
|
||||
new RangeFilter(object, KNOWNLIST_RANGE),
|
||||
|
||||
Reference in New Issue
Block a user