Remove javadoc comments from overriding methods.
[Sone.git] / src / main / java / net / pterodactylus / sone / text / PlainTextPart.java
index aa6441b..7e677e5 100644 (file)
@@ -41,11 +41,6 @@ public class PlainTextPart implements Part {
        // PART METHODS
        //
 
-       /**
-        * Returns the text of this part.
-        *
-        * @return The text of this part
-        */
        @Override
        public String getText() {
                return text;