Merge branch 'next' into dev/image
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / GetPostCommand.java
index b01b8f2..bb87407 100644 (file)
@@ -36,7 +36,7 @@ public class GetPostCommand extends AbstractSoneCommand {
         * @param core
         *            The Sone core
         */
-       protected GetPostCommand(Core core) {
+       public GetPostCommand(Core core) {
                super(core);
        }