mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Following Sean Owen's suggestions, I cleaned up my code in the Aztec decoder and its tests as follows: 1. Made convertBoolArrayToByteArray() package-private. 2. Replaced my own assertEqualByteArrays() with existing assertArrayEquals(). 3. Replaced C-style array declarations with more Javaish ones. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
pom.xml |