X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FModifyPeerNoteCommand.java;h=ee76487b6883775bbe2d999db924ab3d5b5c16e3;hb=7a9badc9ffa665b777529976e23456cd2e46e5d9;hp=690671fbc553421b5606e8050c6bfe58cd69fdd1;hpb=74a13907af14380c5a02c3b44eb517174d134beb;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/quelaton/ModifyPeerNoteCommand.java b/src/main/java/net/pterodactylus/fcp/quelaton/ModifyPeerNoteCommand.java index 690671f..ee76487 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/ModifyPeerNoteCommand.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/ModifyPeerNoteCommand.java @@ -11,5 +11,6 @@ public interface ModifyPeerNoteCommand { Executable byName(String name); Executable byIdentifier(String identifier); + Executable byHostAndPort(String host, int port); }