Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / SoneImpl.java
index 0494607..e4bedb0 100644 (file)
@@ -56,8 +56,6 @@ import com.google.common.hash.Hashing;
  * {@link Sone} implementation.
  * <p/>
  * Operations that modify the Sone need to synchronize on the Sone in question.
  * {@link Sone} implementation.
  * <p/>
  * Operations that modify the Sone need to synchronize on the Sone in question.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class SoneImpl implements Sone {
 
  */
 public class SoneImpl implements Sone {