jdk/test/tools/jmod/hashes/src/org.bar/module-info.java
changeset 42338 a60f280f803c
parent 37779 7c84df693837
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 module org.bar {
    24 module org.bar {
    25     requires public m1;
    25     requires transitive m1;
    26 }
    26 }