mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-06 03:19:15 +00:00
fix compile problem
This commit is contained in:
parent
1ee96366a4
commit
9e2ec275fd
@ -3868,9 +3868,6 @@ public class InstanceValidator extends BaseValidator implements IResourceValidat
|
||||
}
|
||||
boolean rok = (allowExamples && (ref.contains("example.org") || ref.contains("acme.com")))
|
||||
|| (we != null || pol == ReferenceValidationPolicy.CHECK_TYPE_IF_EXISTS);
|
||||
if (!rok) {
|
||||
DebugUtilities.breakpoint();
|
||||
}
|
||||
ok = rule(errors, NO_RULE_DATE, IssueType.STRUCTURE, element.line(), element.col(), path, rok, I18nConstants.REFERENCE_REF_CANTRESOLVE, ref) && ok;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user