Modified some comments to reflect that these objects are thread-safe but not reentrant.
[zxing.git] / core / src / com / google / zxing / qrcode / detector / FinderPatternFinder.java
index 23730bf..1540402 100755 (executable)
@@ -31,8 +31,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 still true?\r
+ * <p>This class is thread-safe but not reentrant. Each thread must allocate its own object.\r
  *\r
  * @author Sean Owen\r
  */\r