X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftext%2FParser.java;h=a8fc331886d070b8fad1b99476a0cd39ee8b8bf6;hb=2bacfa78f3191fd9847574a6c8b218a4882844a4;hp=ea3a81c3a2faf8e7d241ee5886e5f43c8792ef09;hpb=7da4d587d416bc474a25b08f56aaab7c82dc8351;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/text/Parser.java b/src/main/java/net/pterodactylus/sone/text/Parser.java index ea3a81c..a8fc331 100644 --- a/src/main/java/net/pterodactylus/sone/text/Parser.java +++ b/src/main/java/net/pterodactylus/sone/text/Parser.java @@ -1,5 +1,5 @@ /* - * Sone - Parser.java - Copyright © 2010–2015 David Roden + * Sone - Parser.java - Copyright © 2010–2016 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 @@ -27,7 +27,6 @@ import javax.annotation.Nullable; * * @param * The type of the parser context - * @author David ‘Bombe’ Roden */ public interface Parser {