jdk/src/jdk.internal.le/share/classes/module-info.java
changeset 42338 a60f280f803c
parent 38418 85a39dd50bb5
child 43710 8fa2058eb740
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
       
    26 /**
       
    27  * Internal API for line editing
       
    28  */
    26 module jdk.internal.le {
    29 module jdk.internal.le {
    27     exports jdk.internal.jline to
    30     exports jdk.internal.jline to
    28         jdk.scripting.nashorn.shell,
    31         jdk.scripting.nashorn.shell,
    29         jdk.jshell;
    32         jdk.jshell;
    30     exports jdk.internal.jline.console to
    33     exports jdk.internal.jline.console to