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() {
|
public ValidationOptions guessSystem() {
|
||||||
ValidationOptions n = this.copy();
|
ValidationOptions n = this.copy();
|
||||||
n.guessSystem = false;
|
n.guessSystem = true;
|
||||||
return n;
|
return n;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue