Replace AbstractSoneCommand with Kotlin version
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / GetSonesCommand.java
index 96861ea..3ff234a 100644 (file)
@@ -17,6 +17,8 @@
 
 package net.pterodactylus.sone.fcp;
 
+import static net.pterodactylus.sone.fcp.AbstractSoneCommandKt.encodeSones;
+
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.List;