mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 18:35:50 +00:00
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…
x
Reference in New Issue
Block a user