Update years in copyright line
[Sone.git] / src / main / java / net / pterodactylus / sone / core / event / MarkPostReplyKnownEvent.java
index 85c048b..d50a046 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - MarkPostReplyKnownEvent.java - Copyright © 2013 David Roden
+ * Sone - MarkPostReplyKnownEvent.java - Copyright © 2013–2015 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
@@ -20,7 +20,7 @@ package net.pterodactylus.sone.core.event;
 import net.pterodactylus.sone.data.PostReply;
 
 /**
- * Event that signals that a {@line PostReply} has been marked as
+ * Event that signals that a {@link PostReply} has been marked as
  * {@link PostReply#isKnown() known}.
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>