Skip to content

Commit

Permalink
solved compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcout committed Jul 19, 2021
1 parent 84de19a commit c8b59e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private void parse() {
companyPrefix = Converter.strZero(companyPrefixDec, tableItem.getL());
filterValue = GIAIFilterValue.forCode( Integer.parseInt(filterDec) );
prefixLength = PrefixLength.forCode(tableItem.getL());


} else {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private Integer getCheckDigit() {
+ Character.getNumericValue(value.charAt(8)) + Character.getNumericValue(value.charAt(10))))
% 10)) % 10;
}

public SGLN getSGLN() {
return sgln;
}
Expand Down

0 comments on commit c8b59e6

Please sign in to comment.