mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
cleanup
This commit is contained in:
parent
ae23794b43
commit
ae95ad8fe7
@ -14,7 +14,6 @@ import java.util.Arrays;
|
||||
import java.util.Collections;
|
||||
import java.util.Comparator;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
public class ReflectionUtils {
|
||||
|
||||
@ -88,8 +87,7 @@ public class ReflectionUtils {
|
||||
return list;
|
||||
}
|
||||
}
|
||||
private static Class<?> UNMODIFIABLE_MAP = Collections.unmodifiableMap(Collections.EMPTY_MAP).getClass();
|
||||
|
||||
|
||||
public static Object getHandle(Object wrapper) {
|
||||
final Method getHandle = makeMethod(wrapper.getClass(), "getHandle");
|
||||
return callMethod(getHandle, wrapper);
|
||||
|
Loading…
Reference in New Issue
Block a user