Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
8242030: Wrong package declarations in jline classes after JDK-8241598
Browse files Browse the repository at this point in the history
Reviewed-by: jlahoda
  • Loading branch information
RealCLanger committed Apr 3, 2020
1 parent f541970 commit 746d28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -6,7 +6,7 @@
*
* https://opensource.org/licenses/BSD-3-Clause
*/
package org.jline.reader;
package jdk.internal.org.jline.reader;

import java.io.IOException;
import java.nio.file.Path;
Expand Down
Expand Up @@ -6,7 +6,7 @@
*
* https://opensource.org/licenses/BSD-3-Clause
*/
package org.jline.reader;
package jdk.internal.org.jline.reader;

import java.io.File;
import java.nio.file.Path;
Expand Down

0 comments on commit 746d28d

Please sign in to comment.