From de01c88f960cc6a9edd0da1d7b8b0a0a9bd64948 Mon Sep 17 00:00:00 2001 From: srowen Date: Tue, 18 Nov 2008 21:18:10 +0000 Subject: [PATCH] Finally submit tiny change to comments here git-svn-id: http://zxing.googlecode.com/svn/trunk@722 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- core/src/com/google/zxing/MultiFormatReader.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/com/google/zxing/MultiFormatReader.java b/core/src/com/google/zxing/MultiFormatReader.java index 1017d4f4..20495279 100644 --- a/core/src/com/google/zxing/MultiFormatReader.java +++ b/core/src/com/google/zxing/MultiFormatReader.java @@ -27,7 +27,8 @@ import java.util.Vector; * By default it attempts to decode all barcode formats that the library supports. Optionally, you * can provide a hints object to request different behavior, for example only decoding QR codes. * - * @author srowen@google.com (Sean Owen), dswitkin@google.com (Daniel Switkin) + * @author Sean Owen + * @author dswitkin@google.com (Daniel Switkin) */ public final class MultiFormatReader implements Reader { -- 2.20.1