X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fqrcode%2Fencoder%2FMatrixUtilTestCase.java;h=e379f344e5fee49a79bf37c0d113ad812f3bd095;hb=5680e4b54e37c54e5e8113635b0647127ab30328;hp=d6c13e5390a3c4bb3c2b2e8cf18654e16f11497a;hpb=7c5f3286c5adac687f594eb98d54db0ebd21c5ab;p=zxing.git diff --git a/core/test/src/com/google/zxing/qrcode/encoder/MatrixUtilTestCase.java b/core/test/src/com/google/zxing/qrcode/encoder/MatrixUtilTestCase.java index d6c13e53..e379f344 100644 --- a/core/test/src/com/google/zxing/qrcode/encoder/MatrixUtilTestCase.java +++ b/core/test/src/com/google/zxing/qrcode/encoder/MatrixUtilTestCase.java @@ -16,8 +16,8 @@ package com.google.zxing.qrcode.encoder; -import com.google.zxing.common.ByteMatrix; import com.google.zxing.WriterException; +import com.google.zxing.common.ByteMatrix; import com.google.zxing.qrcode.decoder.ErrorCorrectionLevel; import junit.framework.TestCase;