Marginal improvement to datamatrix decoder
[zxing.git] / core / src / com / google / zxing / DecodeHintType.java
index 4e84634..d39432c 100644 (file)
@@ -53,7 +53,7 @@ public final class DecodeHintType {
   public static final DecodeHintType TRY_HARDER = new DecodeHintType();
 
   /**
-   * Allowed lengths of encoded data -- reject anything else. Maps to an {@link int[]}.
+   * Allowed lengths of encoded data -- reject anything else. Maps to an int[].
    */
   public static final DecodeHintType ALLOWED_LENGTHS = new DecodeHintType();