Add test for storing IDs on known post replies
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / DefaultPostBuilderFactory.java
index 4df8897..9abcea3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - DefaultPostBuilderFactory.java - Copyright © 2013 David Roden
+ * Sone - DefaultPostBuilderFactory.java - Copyright © 2013–2019 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,8 +26,6 @@ import com.google.inject.Inject;
 /**
  * {@link PostBuilderFactory} implementation that creates
  * {@link PostBuilderImpl}s.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class DefaultPostBuilderFactory implements PostBuilderFactory {