Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / AlbumImpl.java
index 991459a..f87273c 100644 (file)
@@ -41,8 +41,6 @@ import com.google.common.hash.Hashing;
 
 /**
  * Container for images that can also contain nested {@link AlbumImpl}s.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class AlbumImpl implements Album {