Fixed tiny javadoc glitches

git-svn-id: https://zxing.googlecode.com/svn/trunk@892 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2009-03-12 21:17:06 +00:00
parent 64686b9fb1
commit 0210ec9fe9
2 changed files with 2 additions and 2 deletions

View 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();

View file

@ -44,7 +44,7 @@ public final class MonochromeRectangleDetector {
* <p>Detects a rectangular region of black and white -- mostly black -- with a region of mostly
* white, in an image.</p>
*
* @return {@link ResultPoint[]} describing the corners of the rectangular region. The first and last points
* @return {@link ResultPoint}[] describing the corners of the rectangular region. The first and last points
* are opposed on the diagonal, as are the second and third. The first point will be the topmost point and
* the last, the bottommost. The second point will be leftmost and the third, the rightmost
* @throws ReaderException if no Data Matrix Code can be found