mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-09 06:24:55 +00:00
Remove warning
This commit is contained in:
parent
60f57f2a6f
commit
f03b1dec8e
@ -122,7 +122,7 @@ public class LoincHandler implements IRecordHandler {
|
|||||||
} else {
|
} else {
|
||||||
String msg = "Unable to find part code with TYPE[" + key.getPartType() + "] and NAME[" + nextPropertyValue + "] (using name " + propertyValue + ")";
|
String msg = "Unable to find part code with TYPE[" + key.getPartType() + "] and NAME[" + nextPropertyValue + "] (using name " + propertyValue + ")";
|
||||||
ourLog.warn(msg);
|
ourLog.warn(msg);
|
||||||
throw new InternalErrorException(msg);
|
// throw new InternalErrorException(msg);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case DECIMAL:
|
case DECIMAL:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user