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