src/jdk.jsobject/share/classes/netscape/javascript/JSObject.java
changeset 51014 9ad98030b2b6
parent 47216 71c04702a3d5
child 52968 538b38d16d94
equal deleted inserted replaced
51013:6e760728afaa 51014:9ad98030b2b6
   149      * {@code null} if we are not connected to a browser.
   149      * {@code null} if we are not connected to a browser.
   150      * @throws JSException when an error is reported from the browser or
   150      * @throws JSException when an error is reported from the browser or
   151      * JavaScript engine or if applet is {@code null}
   151      * JavaScript engine or if applet is {@code null}
   152      *
   152      *
   153      * @deprecated  The Applet API is deprecated. See the
   153      * @deprecated  The Applet API is deprecated. See the
   154      * <a href="{@docRoot}/java/applet/package-summary.html">
   154      * <a href="{@docRoot}/java.desktop/java/applet/package-summary.html">
   155      * java.applet package documentation</a> for further information.
   155      * java.applet package documentation</a> for further information.
   156      */
   156      */
   157 
   157 
   158     @Deprecated(since = "9")
   158     @Deprecated(since = "9")
   159     @SuppressWarnings("exports")
   159     @SuppressWarnings("exports")