mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-23 11:58:03 +00:00
8167187: Exported elements referring to inaccessible types in jdk.jsobject
Reviewed-by: mchung, alanb
This commit is contained in:
parent
5817fca746
commit
96b1c5f716
@ -156,6 +156,7 @@ public abstract class JSObject {
|
||||
*/
|
||||
|
||||
@Deprecated(since = "9")
|
||||
@SuppressWarnings("exports")
|
||||
public static JSObject getWindow(Applet applet) throws JSException {
|
||||
return ProviderLoader.callGetWindow(applet);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user