Remove javadoc comments from overriding methods.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / DeletePostCommand.java
index 00d5018..b9a0faa 100644 (file)
@@ -42,9 +42,6 @@ public class DeletePostCommand extends AbstractSoneCommand {
                super(core, true);
        }
 
-       /**
-        * {@inheritDoc}
-        */
        @Override
        public Response execute(SimpleFieldSet parameters, Bucket data, AccessType accessType) throws FcpException {
                Post post = getPost(parameters, "Post");