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