Remove my old email address from files. Might as well save spammers the trouble.
[zxing.git] / core / src / com / google / zxing / qrcode / QRCodeReader.java
index 4f5105e..f5b0dcd 100644 (file)
@@ -34,7 +34,7 @@ import java.util.Hashtable;
 /**
  * This implementation can detect and decode QR Codes in an image.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public final class QRCodeReader implements Reader {