mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Fixed tiny javadoc glitches
git-svn-id: https://zxing.googlecode.com/svn/trunk@892 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
64686b9fb1
commit
0210ec9fe9
|
@ -53,7 +53,7 @@ public final class DecodeHintType {
|
||||||
public static final DecodeHintType TRY_HARDER = new 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();
|
public static final DecodeHintType ALLOWED_LENGTHS = new DecodeHintType();
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ public final class MonochromeRectangleDetector {
|
||||||
* <p>Detects a rectangular region of black and white -- mostly black -- with a region of mostly
|
* <p>Detects a rectangular region of black and white -- mostly black -- with a region of mostly
|
||||||
* white, in an image.</p>
|
* 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
|
* 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
|
* 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
|
* @throws ReaderException if no Data Matrix Code can be found
|
||||||
|
|
Loading…
Reference in a new issue