Various code tweaks and refactorings suggested by IntelliJ
[zxing.git] / core / src / com / google / zxing / oned / UPCEANReader.java
index 6a67928..a4fcb2e 100644 (file)
@@ -29,7 +29,7 @@ import com.google.zxing.common.BitArray;
 public interface UPCEANReader extends OneDReader {
 
   /**
-   * <p>Like {@link #decodeRow(int, com.google.zxing.common.BitArray)}, but
+   * <p>Like {@link #decodeRow(int, BitArray, java.util.Hashtable)}, but
    * allows caller to inform method about where the UPC/EAN start pattern is
    * found. This allows this to be computed once and reused across many implementations.</p>
    */