X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftext%2FSoneTextParserContext.java;fp=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftext%2FSoneTextParserContext.java;h=13a7a261eb7bbf40ff4366c27609c37e39af74b9;hp=fba81abe1aa8523ef373cb6ca05dab8d27b1bbdb;hb=03cec6a6772c2d836d94864adddaf544cbe9d72f;hpb=6f1f26e3998cfef155b0cf59152827accea70d30 diff --git a/src/main/java/net/pterodactylus/sone/text/SoneTextParserContext.java b/src/main/java/net/pterodactylus/sone/text/SoneTextParserContext.java index fba81ab..13a7a26 100644 --- a/src/main/java/net/pterodactylus/sone/text/SoneTextParserContext.java +++ b/src/main/java/net/pterodactylus/sone/text/SoneTextParserContext.java @@ -1,5 +1,5 @@ /* - * Sone - SoneTextParserContext.java - Copyright © 2011–2016 David Roden + * Sone - SoneTextParserContext.java - Copyright © 2011–2019 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 @@ -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 {