Remove javadoc comments from overriding methods.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / GetLocalSonesCommand.java
index b8684b0..82813a1 100644 (file)
@@ -39,9 +39,6 @@ public class GetLocalSonesCommand extends AbstractSoneCommand {
                super(core);
        }
 
-       /**
-        * {@inheritDoc}
-        */
        @Override
        public Response execute(SimpleFieldSet parameters, Bucket data, AccessType accessType) {
                return new Response("ListLocalSones", encodeSones(getCore().getLocalSones(), "LocalSones."));