Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
This commit is contained in:
commit
bab1fe063d
|
@ -67,7 +67,7 @@ public class ValidationOptions {
|
|||
|
||||
public ValidationOptions guessSystem() {
|
||||
ValidationOptions n = this.copy();
|
||||
n.guessSystem = false;
|
||||
n.guessSystem = true;
|
||||
return n;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue