Skip to content

Commit

Permalink
ERE-731 extended the possible information in the datamatrix code from…
Browse files Browse the repository at this point in the history
… 696 to 1051
  • Loading branch information
ManuelB committed Oct 8, 2024
1 parent 33ad108 commit d11b543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void test2() throws FOPException {
}

private void lookup(int dataCodewords) {
return lookup(dataCodewords, 90, 100);
lookup(dataCodewords, 90, 100);
}
private void lookup(int dataCodewords, int minSizeInt, int maxSizeInt) {
SymbolShapeHint shape = SymbolShapeHint.FORCE_SQUARE;
Expand Down

0 comments on commit d11b543

Please sign in to comment.