X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftext%2FPlainTextPart.java;h=7e677e580da5ea05997b062a974e0d4e0677fc5d;hb=b72418365155d4c0dd89215c5aeff27feeae68dd;hp=2c29ee244f0f2ea9541129e166838168e1ea439a;hpb=3ab8b115466818f44ac5e35870cec3a4287b9281;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 2c29ee2..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–2012 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 @@ -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;