Merge pull request #99 from davideandreuzza/bufOvfl-parsing-fix

java SCL parser: fix bufOvfl typo in parsing OptionFields
pull/147/head
Michael Zillgith 7 years ago committed by GitHub
commit e389149f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -94,7 +94,7 @@ public class OptionFields {
if (boolVal != null)
this.configRef = boolVal;
boolVal = ParserUtils.parseBooleanAttribute(optFieldsNode, "bufOvlf");
boolVal = ParserUtils.parseBooleanAttribute(optFieldsNode, "bufOvfl");
if (boolVal != null)
this.bufOvfl = boolVal;
}

Loading…
Cancel
Save