modules/controls/src/test/java/javafx/scene/control/TreeViewKeyInputTest.java

Print this page
rev 9240 : 8076423: JEP 253: Prepare JavaFX UI Controls & CSS APIs for Modularization

@@ -24,11 +24,10 @@
  */
 
 package javafx.scene.control;
 
 import com.sun.javafx.scene.control.behavior.TreeCellBehavior;
-import com.sun.javafx.scene.control.behavior.TreeCellBehavior;
 import javafx.collections.FXCollections;
 import javafx.collections.ListChangeListener;
 import javafx.collections.ObservableList;
 import javafx.scene.input.KeyCode;
 import java.util.List;