Remove useless warning
This commit is contained in:
parent
2a3088f2e2
commit
1961042d11
|
@ -806,8 +806,6 @@ class ModelScanner {
|
|||
try {
|
||||
// Datatypes
|
||||
|
||||
ourLog.warn("NEXT: {}", nextValue);
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
Class<? extends IBase> dtType = (Class<? extends IBase>) Class.forName(nextValue);
|
||||
retVal.add(dtType);
|
||||
|
|
Loading…
Reference in New Issue