X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FVersionCommand.java;h=1e135b5f394640ef59c507b1e2453f6d8bc0758b;hb=53aca71a0f7aa4d7b645e9715c94f29ea5ce580f;hp=681747661dcfc30e715196c92144700b101759cf;hpb=01bc879f0f7f33c5321f3ac1ed9bfccf0ab4b433;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/fcp/VersionCommand.java b/src/main/java/net/pterodactylus/sone/fcp/VersionCommand.java index 6817476..1e135b5 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/VersionCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/VersionCommand.java @@ -17,8 +17,8 @@ package net.pterodactylus.sone.fcp; +import net.pterodactylus.sone.core.Core; import net.pterodactylus.sone.freenet.SimpleFieldSetBuilder; -import net.pterodactylus.sone.freenet.fcp.Command; import net.pterodactylus.sone.main.SonePlugin; import freenet.support.SimpleFieldSet; import freenet.support.api.Bucket; @@ -28,7 +28,17 @@ import freenet.support.api.Bucket; * * @author David ‘Bombe’ Roden */ -public class VersionCommand implements Command { +public class VersionCommand extends AbstractSoneCommand { + + /** + * Creates a new “Version” FCP command. + * + * @param core + * The Sone core + */ + protected VersionCommand(Core core) { + super(core); + } /** * {@inheritDoc}