mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-18 19:06:28 +00:00
Better logging
This commit is contained in:
parent
d624556e18
commit
7334800684
@ -74,7 +74,7 @@ public class LoincHandler implements IRecordHandler {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Validate.isTrue(!myCode2Concept.containsKey(code), "The code {0} has appeared more than once", code);
|
Validate.isTrue(!myCode2Concept.containsKey(code), "The code %s has appeared more than once", code);
|
||||||
myCode2Concept.put(code, concept);
|
myCode2Concept.put(code, concept);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user