X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FReply.java;fp=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FReply.java;h=c6c610184408a46f4e8b9afb35be6b722fa03b14;hp=cf50a5cb0df9ac2fd72f359ad7f10b22d4aa5655;hb=df0abbdc635a8b927474515bb100882e6d850336;hpb=25eccb52bf670342982c1f87c85b191cf4ae56cd diff --git a/src/main/java/net/pterodactylus/sone/data/Reply.java b/src/main/java/net/pterodactylus/sone/data/Reply.java index cf50a5c..c6c6101 100644 --- a/src/main/java/net/pterodactylus/sone/data/Reply.java +++ b/src/main/java/net/pterodactylus/sone/data/Reply.java @@ -29,7 +29,7 @@ import com.google.common.primitives.Longs; * The type of the reply * @author David ‘Bombe’ Roden */ -public interface Reply> extends Identified { +public interface Reply> { /** Comparator that sorts replies ascending by time. */ Comparator> TIME_COMPARATOR = new Comparator>() {