jdk/src/java.logging/share/classes/module-info.java
changeset 40405 127fac211e5c
parent 37520 f308aaf25d07
child 43710 8fa2058eb740
equal deleted inserted replaced
40404:167b711cf138 40405:127fac211e5c
    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  * Defines the Java Logging API.
       
    28  */
    26 module java.logging {
    29 module java.logging {
    27     exports java.util.logging;
    30     exports java.util.logging;
    28     provides jdk.internal.logger.DefaultLoggerFinder with
    31     provides jdk.internal.logger.DefaultLoggerFinder with
    29         sun.util.logging.internal.LoggingProviderImpl;
    32         sun.util.logging.internal.LoggingProviderImpl;
    30 }
    33 }