This commit is contained in:
Grahame Grieve 2020-03-03 07:42:05 +11:00
commit bab1fe063d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }