Remove my old email address from files. Might as well save spammers the trouble.
[zxing.git] / core / src / com / google / zxing / common / GridSampler.java
index b847a31..c90b6e0 100644 (file)
@@ -30,7 +30,7 @@ import com.google.zxing.ReaderException;
  * The implementation used can be controlled by calling {@link #setGridSampler(GridSampler)}
  * with an instance of a class which implements this interface.
  *
- * @author srowen@google.com (Sean Owen)
+ * @author Sean Owen
  */
 public abstract class GridSampler {