< prev index next >

modules/javafx.fxml/src/main/java/com/sun/javafx/fxml/MethodHelper.java

Print this page

        

@@ -28,11 +28,11 @@
 import com.sun.javafx.reflect.MethodUtil;
 import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Method;
 import java.security.AccessController;
 import java.security.PrivilegedAction;
-import sun.reflect.misc.ReflectUtil;
+import com.sun.javafx.reflect.ReflectUtil;
 
 /**
  * Utility class to wrap method invocation.
  */
 public class MethodHelper {
< prev index next >