X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FClientGetCommand.java;h=01f88e9be8e5315f7a0a37cbe6d38f4fd9ffe2d6;hb=ebede056b159ea34d294f3fac0e2def790454a48;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..01f88e9 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/ClientGetCommand.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/ClientGetCommand.java @@ -5,8 +5,6 @@ import java.util.Optional; import net.pterodactylus.fcp.Priority; -import com.google.common.util.concurrent.ListenableFuture; - /** * Command that retrieves data from Freenet. * @@ -21,7 +19,7 @@ public interface ClientGetCommand { ClientGetCommand realTime(); ClientGetCommand global(); - ListenableFuture> uri(String uri); + Executable> uri(String uri); interface Data {