Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / database / DatabaseException.java
index bb98fec..d75972e 100644 (file)
@@ -19,8 +19,6 @@ package net.pterodactylus.sone.database;
 
 /**
  * Exception that signals a database error.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class DatabaseException extends Exception {