mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Oops, fix checkstyle
This commit is contained in:
parent
7ff131b3cc
commit
d258efbed0
|
@ -19,6 +19,9 @@ package com.google.zxing.common.reedsolomon;
|
|||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests {@link GenericGFPoly}.
|
||||
*/
|
||||
public final class GenericGFPolyTestCase extends Assert {
|
||||
|
||||
private static final GenericGF FIELD = GenericGF.QR_CODE_FIELD_256;
|
||||
|
|
Loading…
Reference in a new issue