This commit is contained in:
Jeremy Long
2016-07-31 07:34:09 -04:00
parent 71e7412f15
commit 84c6dd5dfa
2 changed files with 2 additions and 2 deletions

View File

@@ -292,7 +292,7 @@ public class HintAnalyzer extends AbstractAnalyzer implements Analyzer {
LOGGER.error("Unable to parse the base hint data file"); LOGGER.error("Unable to parse the base hint data file");
LOGGER.debug("Unable to parse the base hint data file", ex); LOGGER.debug("Unable to parse the base hint data file", ex);
} }
final String filePath = Settings.getString(Settings.KEYS.SUPPRESSION_FILE); final String filePath = Settings.getString(Settings.KEYS.HINTS_FILE);
if (filePath == null) { if (filePath == null) {
return; return;
} }

View File

@@ -70,7 +70,7 @@ public class SuppressionErrorHandler implements ErrorHandler {
*/ */
@Override @Override
public void warning(SAXParseException ex) throws SAXException { public void warning(SAXParseException ex) throws SAXException {
LOGGER.debug("", ex); //LOGGER.debug("", ex);
} }
/** /**