Javadoc typo fix

git-svn-id: https://zxing.googlecode.com/svn/trunk@273 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-03-12 19:27:17 +00:00
parent 235d4c0f1f
commit 5f9237e9d0

View file

@ -21,7 +21,7 @@ import com.google.zxing.Result;
/** /**
* <p>Abstract class representing the result of decoding a barcode, as more than * <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 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> * 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 * <p>Thanks to Jeff Griffin for proposing rewrite of these classes that relies less