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:
srowen 2008-05-05 17:56:47 +00:00
parent bad9cc10af
commit 40f2cf1a80
2 changed files with 2 additions and 2 deletions

View file

@ -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
*/

View file

@ -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)
*/