X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FListPeerCommandImpl.java;h=44648c356acb241fb11d68d3568890fd6d0b591e;hb=f85a8ea030d563b573acca6f1a117ec87c82cc4e;hp=dd91133d12138ea406e9bab42ed6146e17237c18;hpb=fc1c3f3719425dfafb42fedef9ecad05783dd32c;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/quelaton/ListPeerCommandImpl.java b/src/main/java/net/pterodactylus/fcp/quelaton/ListPeerCommandImpl.java index dd91133..44648c3 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/ListPeerCommandImpl.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/ListPeerCommandImpl.java @@ -14,7 +14,7 @@ import com.google.common.util.concurrent.ListenableFuture; import com.google.common.util.concurrent.ListeningExecutorService; /** - * Default {@link ListPeerCommand} implementation based on {@link FcpReplySequence}. + * Default {@link ListPeerCommand} implementation based on {@link FcpDialog}. * * @author David ‘Bombe’ Roden */ @@ -58,7 +58,7 @@ public class ListPeerCommandImpl implements ListPeerCommand { } } - private class ListPeerSequence extends FcpReplySequence { + private class ListPeerSequence extends FcpDialog { private final AtomicBoolean finished = new AtomicBoolean(); private final AtomicReference peer = new AtomicReference<>();