Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8167522

remove unused import in fxml test

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • None
    • javafx
    • None

      This is causing an issue in modular builds

      diff --git a/modules/javafx.fxml/src/test/java/test/javafx/fxml/FXMLLoader_EventsTest.java b/modules/javafx.fxml/src/test/java/test/javafx/fxml/FXMLLoader_EventsTest.java
      --- a/modules/javafx.fxml/src/test/java/test/javafx/fxml/FXMLLoader_EventsTest.java
      +++ b/modules/javafx.fxml/src/test/java/test/javafx/fxml/FXMLLoader_EventsTest.java
      @@ -1,6 +1,5 @@
       package test.javafx.fxml;
       
      -import com.sun.xml.internal.bind.v2.runtime.unmarshaller.Loader;
       import javafx.beans.value.ChangeListener;
       import javafx.beans.value.ObservableValue;
       import javafx.scene.Scene;

            ddhill David Hill (Inactive)
            ddhill David Hill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: