mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
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:
parent
604a10e8e5
commit
4883f8cd11
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue