library names now start with wamblee- to make them unique.
[utils] / crawler / kiss / src / org / wamblee / crawler / kiss / notification / Notifier.java
index 2befac736ecbf6e947765268080b140f2d2f04a1..b2d35a909fa2f9a7feaa7f3482004fa56a01ca4e 100644 (file)
@@ -8,13 +8,15 @@ import org.dom4j.Element;
 
 /**
  * Object used to send notifications about the actions of the crawler.
- *
+ * 
  */
 public interface Notifier {
 
     /**
-     * Sends a notification. 
-     * @param aReport Report to send. 
+     * Sends a notification.
+     * 
+     * @param aReport
+     *            Report to send.
      */
     void send(Element aReport) throws NotificationException;
 }