< prev index next >

src/jdk.jsobject/share/classes/netscape/javascript/JSObject.java

Print this page
rev 14722 : imported patch 8153362

@@ -148,10 +148,11 @@
      * @return JSObject representing the window containing the given applet or
      * {@code null} if we are not connected to a browser.
      * @throws JSException when an error is reported from the browser or
      * JavaScript engine or if applet is {@code null}
      */
+    @SuppressWarnings("unexportedinapi")
     public static JSObject getWindow(Applet applet) throws JSException {
         return ProviderLoader.callGetWindow(applet);
     }
 
     private static class ProviderLoader {
< prev index next >