< prev index next >

modules/javafx.fxml/src/main/java/com/sun/javafx/fxml/builder/ProxyBuilder.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 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

@@ -43,12 +43,12 @@
 import java.util.Map;
 import java.util.Set;
 import java.util.TreeSet;
 import javafx.beans.NamedArg;
 import javafx.util.Builder;
-import sun.reflect.misc.ConstructorUtil;
-import sun.reflect.misc.ReflectUtil;
+import com.sun.javafx.reflect.ConstructorUtil;
+import com.sun.javafx.reflect.ReflectUtil;
 
 /**
  * Using this builder assumes that some of the constructors of desired class
  * with arguments are annotated with NamedArg annotation.
  */
< prev index next >