X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=core%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fqrcode%2Fdetector%2FFinderPatternFinder.java;h=1540402695805bdc33f569fd30fa67f49c4260fa;hp=23730bff0c85e1d471c10b9041699c8afcc5257b;hb=d71a862e30b2591c1e39332acf5c3d8391c5b582;hpb=a78dfcdadec1d18109fcd9ce77db82215e772ced diff --git a/core/src/com/google/zxing/qrcode/detector/FinderPatternFinder.java b/core/src/com/google/zxing/qrcode/detector/FinderPatternFinder.java index 23730bff..15404026 100755 --- a/core/src/com/google/zxing/qrcode/detector/FinderPatternFinder.java +++ b/core/src/com/google/zxing/qrcode/detector/FinderPatternFinder.java @@ -31,8 +31,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 still true? + *

This class is thread-safe but not reentrant. Each thread must allocate its own object. * * @author Sean Owen */