Skip to content

Commit

Permalink
#59 - Set default value for lineNumber to -1.
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Mar 25, 2020
1 parent 6994d7d commit 348141c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static class ConfigValueBuilder {
private String value;
private String configSourceName;
private int configSourceOrdinal;
private int lineNumber;
private int lineNumber = -1;

public ConfigValueBuilder withName(final String name) {
this.name = name;
Expand Down

0 comments on commit 348141c

Please sign in to comment.