Added author to all java files with class comments.
[utils] / crawler / kiss / src / main / java / org / wamblee / crawler / kiss / notification / NotificationException.java
index 82a7ab95197ce6cb65b3e0a027c29df8bb0264dc..51f17911da748d3b6197885372e31e13cd651125 100644 (file)
@@ -19,6 +19,8 @@ package org.wamblee.crawler.kiss.notification;
  * Notification exception thrown in case of problems sending a notification to a
  * user.
  * 
+ *
+ * @author Erik Brakkee
  */
 public class NotificationException extends Exception {