Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / core / event / SoneUnlockedEvent.java
index de2d875..413f0f6 100644 (file)
@@ -22,8 +22,6 @@ import net.pterodactylus.sone.data.Sone;
 /**
  * Event that signals that a {@link Sone} was unlocked. Only
  * {@link Sone#isLocal() local Sones} can be locked.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class SoneUnlockedEvent extends SoneEvent {