--- old/src/share/classes/java/applet/Applet.java 2014-04-14 02:36:40.974253445 -0700 +++ new/src/share/classes/java/applet/Applet.java 2014-04-14 02:36:40.824252510 -0700 @@ -86,6 +86,7 @@ /** * Read an applet from an object input stream. + * @param s an object input stream. * @exception HeadlessException if * GraphicsEnvironment.isHeadless() returns * true --- old/src/share/classes/java/applet/AppletContext.java 2014-04-14 02:36:41.481256603 -0700 +++ new/src/share/classes/java/applet/AppletContext.java 2014-04-14 02:36:41.326255638 -0700 @@ -152,7 +152,7 @@ * For security reasons, mapping of streams and keys exists for each * codebase. In other words, applet from one codebase cannot access * the streams created by an applet from a different codebase - *

+ * * @param key key with which the specified value is to be associated. * @param stream stream to be associated with the specified key. If this * parameter is null, the specified key is removed @@ -172,7 +172,7 @@ * For security reasons, mapping of streams and keys exists for each * codebase. In other words, applet from one codebase cannot access * the streams created by an applet from a different codebase - *

+ * * @return the stream to which this applet context maps the key * @param key key whose associated stream is to be returned. * @since 1.4 @@ -185,7 +185,7 @@ * For security reasons, mapping of streams and keys exists for each * codebase. In other words, applet from one codebase cannot access * the streams created by an applet from a different codebase - *

+ * * @return an Iterator of all the names of the streams in this applet * context. * @since 1.4