Remove warning

This commit is contained in:
James Agnew 2018-07-06 09:40:23 -04:00
parent 60f57f2a6f
commit f03b1dec8e

View File

@ -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: