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