mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Javadoc typo fix
git-svn-id: https://zxing.googlecode.com/svn/trunk@273 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
235d4c0f1f
commit
5f9237e9d0
|
@ -21,7 +21,7 @@ import com.google.zxing.Result;
|
|||
/**
|
||||
* <p>Abstract class representing the result of decoding a barcode, as more than
|
||||
* a String -- as some type of structured data. This might be a subclass which represents
|
||||
* a URL, or an e-mail address. {@link #parseReaderResult(String)} will turn a raw
|
||||
* a URL, or an e-mail address. {@link #parseReaderResult(Result)} will turn a raw
|
||||
* decoded string into the most appropriate type of structured representation.</p>
|
||||
*
|
||||
* <p>Thanks to Jeff Griffin for proposing rewrite of these classes that relies less
|
||||
|
|
Loading…
Reference in a new issue