Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / AbstractAlbumBuilder.java
index 66a758a..341d697 100644 (file)
@@ -25,8 +25,6 @@ import net.pterodactylus.sone.database.AlbumBuilder;
 /**
  * Abstract {@link AlbumBuilder} implementation. It stores the state of the new
  * album and performs validation, you only need to implement {@link #build()}.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public abstract class AbstractAlbumBuilder implements AlbumBuilder {