Remove Identified interface
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Reply.java
index cf50a5c..c6c6101 100644 (file)
@@ -29,7 +29,7 @@ import com.google.common.primitives.Longs;
  *            The type of the reply
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
-public interface Reply<T extends Reply<T>> extends Identified {
+public interface Reply<T extends Reply<T>> {
 
        /** Comparator that sorts replies ascending by time. */
        Comparator<? super Reply<?>> TIME_COMPARATOR = new Comparator<Reply<?>>() {