< prev index next >

src/java.base/share/classes/sun/misc/ExtensionDependency.java

Print this page

        

*** 104,114 **** /** * <p> * Checks the dependencies of the jar file on installed extension. * </p> ! * @param jarFile containing the attriutes declaring the dependencies */ public static boolean checkExtensionsDependencies(JarFile jar) { if (providers == null) { // no need to bother, nobody is registered to install missing --- 104,114 ---- /** * <p> * Checks the dependencies of the jar file on installed extension. * </p> ! * @param jar containing the attriutes declaring the dependencies */ public static boolean checkExtensionsDependencies(JarFile jar) { if (providers == null) { // no need to bother, nobody is registered to install missing
< prev index next >