Updated some comments about thread safety and fixed one easy case. Sean, please have...
[zxing.git] / core / src / com / google / zxing / multi / qrcode / detector / MultiFinderPatternFinder.java
index c876686..4588df5 100644 (file)
@@ -35,6 +35,7 @@ import java.util.Vector;
  * 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
  *\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