Add method to get the plain text of a part.
[Sone.git] / src / main / java / net / pterodactylus / sone / text / PlainTextPart.java
index 09c1fba..2c29ee2 100644 (file)
@@ -38,7 +38,7 @@ public class PlainTextPart implements Part {
        }
 
        //
-       // ACCESSORS
+       // PART METHODS
        //
 
        /**
@@ -46,6 +46,7 @@ public class PlainTextPart implements Part {
         *
         * @return The text of this part
         */
+       @Override
        public String getText() {
                return text;
        }