Remove javadoc comments from overriding methods.
[Sone.git] / src / main / java / net / pterodactylus / sone / text / PostPart.java
index f7177c9..1e7eda1 100644 (file)
@@ -56,9 +56,6 @@ public class PostPart implements Part {
        // PART METHODS
        //
 
-       /**
-        * {@inheritDoc}
-        */
        @Override
        public String getText() {
                return post.getText();