jdk/src/jdk.editpad/share/classes/module-info.java
changeset 45528 1e8c2f062ad3
parent 44543 a8e05f640131
child 45654 5ff2edfa03fc
equal deleted inserted replaced
45527:09cded555a99 45528:1e8c2f062ad3
    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 /**
    26 /**
    27  * Implementation of the edit pad service.
    27  * Provides the implementation of the edit pad service used by {@link jdk.jshell}.
    28  *
    28  *
    29  * @moduleGraph
    29  * @moduleGraph
    30  * @since 9
    30  * @since 9
    31  */
    31  */
    32 module jdk.editpad {
    32 module jdk.editpad {