X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FListPeersCommand.java;h=579487f3e0513365519f72c891cbd9a087b2fd65;hb=e3f3a4323df8d53a0a59c2e4369abbcd8d60b940;hp=eb366d746b705e363e164370595f08313c26091c;hpb=207d6e210e81e7dfa3fb7931aecbfe1d251f6c7c;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/quelaton/ListPeersCommand.java b/src/main/java/net/pterodactylus/fcp/quelaton/ListPeersCommand.java index eb366d7..579487f 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/ListPeersCommand.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/ListPeersCommand.java @@ -10,11 +10,9 @@ import net.pterodactylus.fcp.Peer; * * @author David ‘Bombe’ Roden */ -public interface ListPeersCommand { +public interface ListPeersCommand extends Executable> { ListPeersCommand includeMetadata(); ListPeersCommand includeVolatile(); - Future> execute(); - }