Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / text / ParserContext.java
index 7387967..b68fd5a 100644 (file)
@@ -21,8 +21,6 @@ package net.pterodactylus.sone.text;
  * Context for the {@link Parser}. This interface needs to be implemented by
  * {@link Parser}s that need to provide more information than just the text to
  * parse to {@link Parser#parse(String, ParserContext)}.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public interface ParserContext {