Removed a redundant 'in brackets' message

This commit is contained in:
U-BASIS\dsmyda 2019-11-14 14:50:53 -05:00
parent f7acbe4cb6
commit 85d6da4c8f

View File

@ -53,7 +53,7 @@ class XRYReportProcessor {
} else {
logger.log(Level.SEVERE, String.format("[XRY DSP] XRY File (in brackets) "
+ "[ %s ] was found, but no parser to support its report type exists. "
+ "Report type is (in brackets) [ %s ]", xryFileReader.getReportPath().toString(), reportType));
+ "Report type is [ %s ]", xryFileReader.getReportPath().toString(), reportType));
}
xryFileReader.close();
}