< prev index next >

modules/javafx.base/src/main/java/com/sun/javafx/property/MethodHelper.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 28,38 **** 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; /** * Utility class to wrap method invocation. */ public class MethodHelper { --- 28,38 ---- 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 com.sun.javafx.reflect.ReflectUtil; /** * Utility class to wrap method invocation. */ public class MethodHelper {
< prev index next >