Remove Identified interface
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Post.java
index d27d243..099f67e 100644 (file)
@@ -30,7 +30,7 @@ import com.google.common.base.Predicate;
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
-public interface Post extends Identified {
+public interface Post {
 
        /** Comparator for posts, sorts descending by time. */
        public static final Comparator<Post> TIME_COMPARATOR = new Comparator<Post>() {