Two small javadoc warnings

git-svn-id: https://zxing.googlecode.com/svn/trunk@1866 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2011-07-25 16:36:39 +00:00
parent 645a03c6a5
commit 3f1f2188b2
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ public final class Intents {
public static final String RESULT_FORMAT = "SCAN_RESULT_FORMAT";
/**
* Call intent.getByteArrayExtra(RESULT_BYTES) to get a {@link byte[]} of raw bytes in the
* Call intent.getByteArrayExtra(RESULT_BYTES) to get a {@code byte[]} of raw bytes in the
* barcode, if available.
*/
public static final String RESULT_BYTES = "SCAN_RESULT_BYTES";

View file

@ -83,7 +83,7 @@ public final class WhiteRectangleDetector {
* region until it finds a white rectangular region.
* </p>
*
* @return {@link ResultPoint[]} describing the corners of the rectangular
* @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