equal
deleted
inserted
replaced
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 } |