Kaydet (Commit) 060956be authored tarafından Noel Grandin's avatar Noel Grandin

fix classname in logger

Change-Id: Id4d954059d63036b78cfeb7b14a7ebd8eae73f46
üst 610f3388
......@@ -49,7 +49,7 @@ import org.apache.commons.logging.LogFactory;
public class StorageRepository implements InputRepository, OutputRepository
{
private static final Log LOGGER = LogFactory.getLog(SDBCReportDataFactory.class);
private static final Log LOGGER = LogFactory.getLog(StorageRepository.class);
private static final String REPORT_PROCESSING_FAILED = "ReportProcessing failed";
private XStorage input;
private XStorage output;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment