--- old/jdk/src/jdk.jline/share/classes/jdk/internal/jline/console/history/PersistentHistory.java 2015-06-18 03:06:11.104289282 -0700 +++ new/jdk/src/jdk.jline/share/classes/jdk/internal/jline/console/history/PersistentHistory.java 2015-06-18 03:06:10.909287870 -0700 @@ -6,7 +6,7 @@ * * http://www.opensource.org/licenses/bsd-license.php */ -package jline.console.history; +package jdk.internal.jline.console.history; import java.io.IOException; @@ -32,4 +32,4 @@ * @throws IOException Purge failed */ void purge() throws IOException; -} \ No newline at end of file +}