X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=crawler%2Fkiss%2Fsrc%2Forg%2Fwamblee%2Fcrawler%2Fkiss%2Fnotification%2FNotifier.java;h=b2d35a909fa2f9a7feaa7f3482004fa56a01ca4e;hb=b06adf8c8248a4d677faba42fa1cfdb790ddfde7;hp=2befac736ecbf6e947765268080b140f2d2f04a1;hpb=d85bc24e068a68a54786fae5dc71573607b3b0cb;p=utils diff --git a/crawler/kiss/src/org/wamblee/crawler/kiss/notification/Notifier.java b/crawler/kiss/src/org/wamblee/crawler/kiss/notification/Notifier.java index 2befac73..b2d35a90 100644 --- a/crawler/kiss/src/org/wamblee/crawler/kiss/notification/Notifier.java +++ b/crawler/kiss/src/org/wamblee/crawler/kiss/notification/Notifier.java @@ -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; }