Replace AbstractSoneCommand with Kotlin version
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / GetSoneCommand.java
index a3e1b5b..41ff023 100644 (file)
@@ -17,6 +17,8 @@
 
 package net.pterodactylus.sone.fcp;
 
+import static net.pterodactylus.sone.fcp.AbstractSoneCommandKt.encodeSone;
+
 import net.pterodactylus.sone.core.Core;
 import net.pterodactylus.sone.data.Profile;
 import net.pterodactylus.sone.data.Sone;