More travis

This commit is contained in:
jamesagnew 2015-12-14 22:34:53 -05:00
parent 0bf5172de6
commit c8535b72b6
2 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@ import java.lang.reflect.Proxy;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Comparator;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
@ -196,7 +197,7 @@ class ModelScanner {
// FIXME: remove
if (myVersionTypes.contains(CodeDt.class) == false) {
throw new ConfigurationException("Did not request CodeDt: " + new TreeSet<Class<?>>(myVersionTypes));
throw new ConfigurationException("Did not request CodeDt: " + myVersionTypes);
}
// toScan.add(DateDt.class);

View File

@ -157,7 +157,7 @@ public class RuntimeChildUndeclaredExtensionDefinition extends BaseRuntimeChildD
// FIXME: remove
if (theClassToElementDefinitions.containsKey(CodeDt.class) == false) {
throw new ConfigurationException("Did not request CodeDt: " + new TreeSet<Class<?>>(theClassToElementDefinitions.keySet()));
throw new ConfigurationException("Did not request CodeDt: " + (theClassToElementDefinitions.keySet()));
}
// for (theContext.get)