Remove javadoc comments from overriding methods.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / GetSonesCommand.java
index 9ff8587..b0598fb 100644 (file)
@@ -43,9 +43,6 @@ public class GetSonesCommand extends AbstractSoneCommand {
                super(core);
        }
 
-       /**
-        * {@inheritDoc}
-        */
        @Override
        public Response execute(SimpleFieldSet parameters, Bucket data, AccessType accessType) {
                int startSone = getInt(parameters, "StartSone", 0);