< prev index next >

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

Print this page

        

@@ -4,19 +4,19 @@
  * 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 java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collection;
 import java.util.LinkedList;
 import java.util.List;
 
-import static jline.internal.Preconditions.checkNotNull;
+import static jdk.internal.jline.internal.Preconditions.checkNotNull;
 
 /**
  * Completer which contains multiple completers and aggregates them together.
  *
  * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
< prev index next >