< prev index next >

src/share/classes/sun/swing/AccessibleMethod.java

Print this page
rev 1527 : 6727662: Code improvement and warnings removing from swing packages
Summary: Removed unnecessary castings and other warnings
Reviewed-by: malenkov

*** 112,122 **** } } /** The action used to fetch the method and make it accessible */ private static class AccessMethodAction implements PrivilegedExceptionAction<Method> { ! private final Class klass; private final String methodName; private final Class[] paramTypes; public AccessMethodAction(Class klass, String methodName, --- 112,122 ---- } } /** The action used to fetch the method and make it accessible */ private static class AccessMethodAction implements PrivilegedExceptionAction<Method> { ! private final Class<?> klass; private final String methodName; private final Class[] paramTypes; public AccessMethodAction(Class klass, String methodName,
< prev index next >