X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fmulti%2Fqrcode%2Fdetector%2FMultiFinderPatternFinder.java;fp=core%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fmulti%2Fqrcode%2Fdetector%2FMultiFinderPatternFinder.java;h=a12f0ef8fc57279f5a153557ccc7d16ec586cb74;hb=d71a862e30b2591c1e39332acf5c3d8391c5b582;hp=4588df540471350a0dee59e3f8412c746a72ff69;hpb=a78dfcdadec1d18109fcd9ce77db82215e772ced;p=zxing.git diff --git a/core/src/com/google/zxing/multi/qrcode/detector/MultiFinderPatternFinder.java b/core/src/com/google/zxing/multi/qrcode/detector/MultiFinderPatternFinder.java index 4588df54..a12f0ef8 100644 --- a/core/src/com/google/zxing/multi/qrcode/detector/MultiFinderPatternFinder.java +++ b/core/src/com/google/zxing/multi/qrcode/detector/MultiFinderPatternFinder.java @@ -34,8 +34,7 @@ import java.util.Vector; *

This class attempts to find finder patterns in a QR Code. Finder patterns are the square * markers at three corners of a QR Code.

* - *

This class is not thread-safe and should not be reused.

- * TODO(dswitkin): Is this comment still true? I don't see any global variables for example. + *

This class is thread-safe but not reentrant. Each thread must allocate its own object. * *

In contrast to {@link FinderPatternFinder}, this class will return an array of all possible * QR code locations in the image.