fixed log messages on data services

pull/779/head
Justin Richer 2015-02-18 09:33:13 -05:00
parent 4ae981f484
commit f4813fccee
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ public class MITREidDataService_1_1 extends AbstractMITREidDataService {
@Override
public void importData(JsonReader reader) throws IOException {
logger.info("Reading configuration for 1.0");
logger.info("Reading configuration for 1.1");
// this *HAS* to start as an object
reader.beginObject();

View File

@ -444,7 +444,7 @@ public class MITREidDataService_1_2 extends AbstractMITREidDataService {
@Override
public void importData(JsonReader reader) throws IOException {
logger.info("Reading configuration for 1.0");
logger.info("Reading configuration for 1.2");
// this *HAS* to start as an object
reader.beginObject();