< prev index next >

jdk/src/jdk.jline/share/classes/jdk/internal/jline/internal/Configuration.java

Print this page

        

@@ -4,22 +4,22 @@
  * 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.internal;
+package jdk.internal.jline.internal;
 
 import java.io.BufferedInputStream;
 import java.io.File;
 import java.io.IOException;
 import java.io.InputStream;
 import java.net.URL;
 import java.nio.charset.Charset;
 import java.util.Map;
 import java.util.Properties;
 
-import static jline.internal.Preconditions.checkNotNull;
+import static jdk.internal.jline.internal.Preconditions.checkNotNull;
 
 /**
  * Provides access to configuration values.
  *
  * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
< prev index next >