X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftext%2FLinkPart.java;h=de7cb256e76f31aa0760ee09c4837499601dcf05;hb=cbd4c084eaade252f637d69222f63e1aec4430a8;hp=202b9db96c31ca862a3f4701391782973cd63b6b;hpb=61fea0173ef87542cae35247e6356ef36f2664d3;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/text/LinkPart.java b/src/main/java/net/pterodactylus/sone/text/LinkPart.java index 202b9db..de7cb25 100644 --- a/src/main/java/net/pterodactylus/sone/text/LinkPart.java +++ b/src/main/java/net/pterodactylus/sone/text/LinkPart.java @@ -1,5 +1,5 @@ /* - * Sone - LinkPart.java - Copyright © 2011–2012 David Roden + * Sone - LinkPart.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 @@ -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;