Backed out last 'fix' to email address parsing -- isn't going to work. Needs a better...
[zxing.git] / core / src / com / google / zxing / Reader.java
index 8e2690d..aad8957 100644 (file)
@@ -27,7 +27,8 @@ import java.util.Hashtable;
  * See {@link com.google.zxing.MultiFormatReader}, which attempts to determine what barcode
  * format is present within the image as well, and then decodes it accordingly.
  *
- * @author srowen@google.com (Sean Owen), dswitkin@google.com (Daniel Switkin)
+ * @author Sean Owen
+ * @author dswitkin@google.com (Daniel Switkin)
  */
 public interface Reader {