8152606: java.base no longer needs to export sun.util.logging to java.httpclient
Now that JDK-8151281 is fixed, java.base module-info.java can be cleaned up to no longer export sun.util.logging to java.httpclient. Reviewed-by: chegar, alanb
This commit is contained in:
parent
26cd467900
commit
a6046c45c2
@ -274,7 +274,6 @@ module java.base {
|
||||
jdk.localedata;
|
||||
exports sun.util.logging to
|
||||
java.desktop,
|
||||
java.httpclient,
|
||||
java.logging,
|
||||
java.prefs;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user