X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FClientGetCommand.java;h=7c5bf8dc6599b49ebbed6b5d22ef7737005d6565;hb=e3f3a4323df8d53a0a59c2e4369abbcd8d60b940;hp=7e039ba96ce1c1a9fc95d613fd4aa2a0b94dc779;hpb=f5ba10406d666197d448956e4340254c4f5593b6;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/quelaton/ClientGetCommand.java b/src/main/java/net/pterodactylus/fcp/quelaton/ClientGetCommand.java index 7e039ba..7c5bf8d 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/ClientGetCommand.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/ClientGetCommand.java @@ -21,7 +21,7 @@ public interface ClientGetCommand { ClientGetCommand realTime(); ClientGetCommand global(); - ListenableFuture> uri(String uri); + Executable> uri(String uri); interface Data {