X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftext%2FSoneTextParserContext.java;h=c388aaca945569ca6c4ca57286b68446721c4da0;hp=fba81abe1aa8523ef373cb6ca05dab8d27b1bbdb;hb=62573c314957b1851f4fbe693b8746686caa940a;hpb=e7550501ed1b8bcb07206a0fb76f07a52c300c6d diff --git a/src/main/java/net/pterodactylus/sone/text/SoneTextParserContext.java b/src/main/java/net/pterodactylus/sone/text/SoneTextParserContext.java index fba81ab..c388aac 100644 --- a/src/main/java/net/pterodactylus/sone/text/SoneTextParserContext.java +++ b/src/main/java/net/pterodactylus/sone/text/SoneTextParserContext.java @@ -24,8 +24,6 @@ import net.pterodactylus.sone.web.page.FreenetRequest; * {@link ParserContext} implementation for the {@link SoneTextParser}. It * stores the {@link Sone} that provided the parsed text so that certain links * can be marked in a different way. - * - * @author David ‘Bombe’ Roden */ public class SoneTextParserContext implements ParserContext {