--- a/jdk/src/share/classes/sun/applet/AppletClassLoader.java Wed Jun 11 10:53:27 2014 +0400
+++ b/jdk/src/share/classes/sun/applet/AppletClassLoader.java Wed Jun 18 13:14:15 2014 -0700
@@ -357,7 +357,7 @@
* @param name the resource name
* @return an input stream for reading the resource, or <code>null</code>
* if the resource could not be found
- * @since JDK1.1
+ * @since 1.1
*/
public InputStream getResourceAsStream(String name)
{
@@ -417,7 +417,7 @@
* @param name the resource name
* @return an input stream for reading the resource, or <code>null</code>
* if the resource could not be found
- * @since JDK1.1
+ * @since 1.1
*/
public InputStream getResourceAsStreamFromJar(String name) {