From: srowen Date: Wed, 12 Mar 2008 19:27:17 +0000 (+0000) Subject: Javadoc typo fix X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;ds=sidebyside;h=0b4d7b50b10c822c6ae007a089bd56fbd09a2cd6;p=zxing.git Javadoc typo fix git-svn-id: http://zxing.googlecode.com/svn/trunk@273 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- diff --git a/core/src/com/google/zxing/client/result/ParsedReaderResult.java b/core/src/com/google/zxing/client/result/ParsedReaderResult.java index 9e390e71..82aff736 100644 --- a/core/src/com/google/zxing/client/result/ParsedReaderResult.java +++ b/core/src/com/google/zxing/client/result/ParsedReaderResult.java @@ -21,7 +21,7 @@ import com.google.zxing.Result; /** *

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.

* *

Thanks to Jeff Griffin for proposing rewrite of these classes that relies less