Remove javadoc comments from overriding methods.
[Sone.git] / src / main / java / net / pterodactylus / sone / text / SoneTextParser.java
index 16db9c1..0edd5f3 100644 (file)
@@ -120,9 +120,6 @@ public class SoneTextParser implements Parser<SoneTextParserContext> {
        // PART METHODS
        //
 
-       /**
-        * {@inheritDoc}
-        */
        @Override
        public Iterable<Part> parse(SoneTextParserContext context, Reader source) throws IOException {
                PartContainer parts = new PartContainer();