Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
This commit is contained in:
commit
95f7f13908
|
@ -143,7 +143,7 @@ public class BundleValidator extends BaseValidator{
|
|||
}
|
||||
|
||||
Boolean searchMode = readHasSearchMode(entries);
|
||||
if (searchMode == false) { // if no resources have search mode
|
||||
if (searchMode != null && searchMode == false) { // if no resources have search mode
|
||||
boolean typeProblem = false;
|
||||
String rtype = null;
|
||||
int count = 0;
|
||||
|
|
Loading…
Reference in New Issue