Replace AbstractSoneCommand with Kotlin version
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Identified.java
index 659a56f..12e1b72 100644 (file)
@@ -24,8 +24,6 @@ import com.google.common.base.Optional;
 
 /**
  * Interface for all objects that expose an ID.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public interface Identified {