Fixed logger

pull/779/head
Wolter Eldering 10 years ago
parent 020b410ffe
commit 849a2b3271

@ -11,7 +11,7 @@ import org.springframework.format.datetime.DateFormatter;
public abstract class MITREidDataServiceSupport { public abstract class MITREidDataServiceSupport {
private final DateFormatter dateFormatter; private final DateFormatter dateFormatter;
private final static Logger logger = LoggerFactory.getLogger(MITREidDataService_1_2.class); private static final Logger logger = LoggerFactory.getLogger(MITREidDataServiceSupport.class);
public MITREidDataServiceSupport() { public MITREidDataServiceSupport() {
dateFormatter = new DateFormatter(); dateFormatter = new DateFormatter();

Loading…
Cancel
Save