X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftext%2FParser.java;h=06eed37458b63c0933f3296ccb799883bac7775e;hp=67c063208f9981a269c33ff743bcedc59d252918;hb=438378deab1514f0f608d975ef65f5b7aea44ccb;hpb=e484183c582bfa805a4f5eabae8e3c97cacde97e diff --git a/src/main/java/net/pterodactylus/sone/text/Parser.java b/src/main/java/net/pterodactylus/sone/text/Parser.java index 67c0632..06eed37 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–2020 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 @@ -17,7 +17,6 @@ package net.pterodactylus.sone.text; -import java.io.IOException; import java.io.Reader; import javax.annotation.Nonnull; import javax.annotation.Nullable; @@ -28,7 +27,6 @@ import javax.annotation.Nullable; * * @param * The type of the parser context - * @author David ‘Bombe’ Roden */ public interface Parser {