Modified some comments to reflect that these objects are thread-safe but not reentrant.
[zxing.git] / core / src / com / google / zxing / qrcode / detector / AlignmentPatternFinder.java
index 9bc2423..25e312b 100644 (file)
@@ -32,8 +32,7 @@ import java.util.Vector;
  * pasted and stripped down here for maximum performance but does unfortunately duplicate\r
  * some code.</p>\r
  *\r
- * <p>This class is not thread-safe.</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