Finally submit tiny change to comments here

git-svn-id: https://zxing.googlecode.com/svn/trunk@722 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-11-18 21:18:10 +00:00
parent 604a10e8e5
commit 4883f8cd11

View file

@ -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 {