Remove useless warning

This commit is contained in:
James Agnew 2015-09-09 16:16:18 -04:00
parent 2a3088f2e2
commit 1961042d11
1 changed files with 0 additions and 2 deletions

View File

@ -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);