Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcout committed Nov 6, 2017
1 parent cff43db commit 622b855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static SGTINTagSize forCode(int code) {
SGTINTagSize bits = BY_CODE_MAP.get(code);

if (bits==null) {
throw new IllegalArgumentException(String.format("SGTIN tag size %d is invalid. Only 96 bits or 128 bits supported.", code));
throw new IllegalArgumentException(String.format("SGTIN tag size %d is invalid. Only 96 bits or 198 bits supported.", code));
}

return bits;
Expand Down

0 comments on commit 622b855

Please sign in to comment.