Modified some comments to reflect that these objects are thread-safe but not reentrant.
[zxing.git] / core / src / com / google / zxing / multi / qrcode / detector / MultiFinderPatternFinder.java
index 4588df5..a12f0ef 100644 (file)
@@ -34,8 +34,7 @@ import java.util.Vector;
  * <p>This class attempts to find finder patterns in a QR Code. Finder patterns are the square\r
  * markers at three corners of a QR Code.</p>\r
  *\r
- * <p>This class is not thread-safe and should not be reused.</p>\r
- * TODO(dswitkin): Is this comment still true? I don't see any global variables for example.\r
+ * <p>This class is thread-safe but not reentrant. Each thread must allocate its own object.\r
  *\r
  * <p>In contrast to {@link FinderPatternFinder}, this class will return an array of all possible\r
  * QR code locations in the image.</p>\r