< prev index next >

jdk/src/jdk.jline/share/classes/jdk/internal/jline/console/completer/FileNameCompleter.java

Print this page

        

@@ -4,18 +4,18 @@
  * This software is distributable under the BSD license. See the terms of the
  * BSD license in the documentation provided with this software.
  *
  * http://www.opensource.org/licenses/bsd-license.php
  */
-package jline.console.completer;
+package jdk.internal.jline.console.completer;
 
-import jline.internal.Configuration;
+import jdk.internal.jline.internal.Configuration;
 
 import java.io.File;
 import java.util.List;
 
-import static jline.internal.Preconditions.checkNotNull;
+import static jdk.internal.jline.internal.Preconditions.checkNotNull;
 
 /**
  * A file name completer takes the buffer and issues a list of
  * potential completions.
  * <p/>
< prev index next >