Oops, fix checkstyle

This commit is contained in:
Sean Owen 2018-06-02 23:07:13 -05:00
parent 7ff131b3cc
commit d258efbed0

View file

@ -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;