Fixed logger

pull/779/head
Wolter Eldering 2015-03-08 16:02:53 +01:00
parent 020b410ffe
commit 849a2b3271
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import org.springframework.format.datetime.DateFormatter;
public abstract class MITREidDataServiceSupport {
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() {
dateFormatter = new DateFormatter();