--- old/src/java.desktop/share/classes/sun/applet/AppletSecurity.java 2015-05-08 22:11:37.000000000 +0300 +++ new/src/java.desktop/share/classes/sun/applet/AppletSecurity.java 2015-05-08 22:11:37.000000000 +0300 @@ -273,7 +273,7 @@ * RuntimePermission("accessClassInPackage."+pkg) * permission. * - * @param pkg the package name. + * @param pkgname the package name. * @exception SecurityException if the caller does not have * permission to access the specified package. * @see java.lang.ClassLoader#loadClass(java.lang.String, boolean)