mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-07 21:38:15 +00:00
reduce size of validatable concept map - for now
This commit is contained in:
parent
6f17713ae8
commit
66b69deb37
@ -31,7 +31,7 @@ import org.hl7.fhir.validation.instance.utils.NodeStack;
|
||||
|
||||
public class ConceptMapValidator extends BaseValidator {
|
||||
|
||||
private static final int TOO_MANY_CODES_TO_VALIDATE = 1000;
|
||||
private static final int TOO_MANY_CODES_TO_VALIDATE = 500;
|
||||
|
||||
public static class PropertyDefinition {
|
||||
private String type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user