< prev index next >

functional/appBundlerTestsJDK9/appBundlerTestsJDK9/src/com/oracle/appbundlers/utils/installers/WinAbstractBundlerUtils.java

Print this page

        

*** 390,399 **** --- 390,400 ---- for (Map<String, Object> association : associations) { // get expected data @SuppressWarnings("unchecked") List<String> extensions = (List<String>) association .get(FA_EXTENSIONS); + @SuppressWarnings("unchecked") File icon = (File) association.get(FA_ICON); // check association of extension with our application name for (String ext : extensions) {
< prev index next >