More travis
This commit is contained in:
parent
0bf5172de6
commit
c8535b72b6
|
@ -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);
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue