X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftext%2FPlainTextPart.java;h=7e677e580da5ea05997b062a974e0d4e0677fc5d;hb=24a1147058b1a8e4c3021dd61b0b24d4e350eabb;hp=a1f2088f2a823b47e96b2a1d07130652323bcd9a;hpb=0df5e91852f737d760c5a9f54c5667309fbadcc2;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/text/PlainTextPart.java b/src/main/java/net/pterodactylus/sone/text/PlainTextPart.java index a1f2088..7e677e5 100644 --- a/src/main/java/net/pterodactylus/sone/text/PlainTextPart.java +++ b/src/main/java/net/pterodactylus/sone/text/PlainTextPart.java @@ -1,5 +1,5 @@ /* - * Sone - PlainTextPart.java - Copyright © 2011 David Roden + * Sone - PlainTextPart.java - Copyright © 2011–2013 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,14 +38,10 @@ public class PlainTextPart implements Part { } // - // ACCESSORS + // PART METHODS // - /** - * Returns the text of this part. - * - * @return The text of this part - */ + @Override public String getText() { return text; }