< prev index next >

jdk/src/jdk.jline/share/classes/jdk/internal/jline/TerminalSupport.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;
+package jdk.internal.jline;
 
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.OutputStream;
 
-import jline.internal.Log;
-import jline.internal.ShutdownHooks;
-import jline.internal.ShutdownHooks.Task;
+import jdk.internal.jline.internal.Log;
+import jdk.internal.jline.internal.ShutdownHooks;
+import jdk.internal.jline.internal.ShutdownHooks.Task;
 
 /**
  * Provides support for {@link Terminal} instances.
  *
  * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
< prev index next >