From 0b4d7b50b10c822c6ae007a089bd56fbd09a2cd6 Mon Sep 17 00:00:00 2001 From: srowen Date: Wed, 12 Mar 2008 19:27:17 +0000 Subject: [PATCH] Javadoc typo fix git-svn-id: http://zxing.googlecode.com/svn/trunk@273 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- core/src/com/google/zxing/client/result/ParsedReaderResult.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1