128129130131132133134135136137138
if (create) { return EMPTY_CONF; } else if (silent) { return null; } else { throw new ConfNotFoundException("Configuration \"" + path + "\" not found."); } } return mergedConfig.conf; }