mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 01:19:14 +00:00
Correct copy-paste error in ValidationOptions
This commit is contained in:
parent
5cf87b8814
commit
9178945241
@ -67,7 +67,7 @@ public class ValidationOptions {
|
||||
|
||||
public ValidationOptions guessSystem() {
|
||||
ValidationOptions n = this.copy();
|
||||
n.guessSystem = false;
|
||||
n.guessSystem = true;
|
||||
return n;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user