modules/jdk.packager/src/main/java/com/oracle/tools/packager/mac/MacDmgBundler.java

Print this page

        

*** 106,116 **** //cleanup cleanupConfigFiles(params); } else { Log.info(MessageFormat.format(I18N.getString("message.config-save-location"), CONFIG_ROOT.fetchFrom(params).getAbsolutePath())); } ! } catch (FileNotFoundException ex) { Log.debug(ex); //noinspection ReturnInsideFinallyBlock return null; } } --- 106,116 ---- //cleanup cleanupConfigFiles(params); } else { Log.info(MessageFormat.format(I18N.getString("message.config-save-location"), CONFIG_ROOT.fetchFrom(params).getAbsolutePath())); } ! } catch (IOException ex) { Log.debug(ex); //noinspection ReturnInsideFinallyBlock return null; } }