mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 13:04:05 -08:00
Fix some minor javadoc issues
git-svn-id: https://zxing.googlecode.com/svn/trunk@388 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
bad9cc10af
commit
40f2cf1a80
|
@ -92,7 +92,7 @@ public final class Version {
|
|||
* <p>Deduces version information from Data Matrix dimensions.</p>
|
||||
*
|
||||
* @param numRows Number of rows in modules
|
||||
* @param numRows Number of columns in modules
|
||||
* @param numColumns Number of columns in modules
|
||||
* @return {@link Version} for a Data Matrix Code of those dimensions
|
||||
* @throws ReaderException if dimensions do correspond to a valid Data Matrix size
|
||||
*/
|
||||
|
|
|
@ -21,7 +21,7 @@ import com.google.zxing.ResultPoint;
|
|||
/**
|
||||
* <p>Encapsulates a finder pattern, which are the three square patterns found in
|
||||
* the corners of QR Codes. It also encapsulates a count of similar finder patterns,
|
||||
* as a convenience to {@link FinderPatternFinder}'s bookkeeping.</p>
|
||||
* as a convenience to the finder's bookkeeping.</p>
|
||||
*
|
||||
* @author srowen@google.com (Sean Owen)
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue