buildframework/helium/sf/java/signaling/src/com/nokia/helium/signal/ant/types/InfoNotifier.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
child 645 b8d81fa19e7d
--- a/buildframework/helium/sf/java/signaling/src/com/nokia/helium/signal/ant/types/InfoNotifier.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/signaling/src/com/nokia/helium/signal/ant/types/InfoNotifier.java	Fri Aug 13 14:59:05 2010 +0300
@@ -17,11 +17,12 @@
 
 package com.nokia.helium.signal.ant.types;
 
-import com.nokia.helium.signal.Notifier;
-import org.apache.tools.ant.types.DataType;
+import java.io.File;
+
 import org.apache.log4j.Logger;
-import java.util.List;
-import java.io.File;
+import org.apache.tools.ant.types.DataType;
+
+import com.nokia.helium.signal.Notifier;
 
 /**
  * The InfoNotifier provides you an easy way to inform the
@@ -31,16 +32,6 @@
 public class InfoNotifier extends DataType implements Notifier {
 
     private Logger log = Logger.getLogger(InfoNotifier.class);
-    /**
-     * Rendering the template, and sending the result through email.
-     * @deprecated
-     * @param signalName
-     *            - Name of the signal that has been raised.
-     */
-    @SuppressWarnings("unchecked")
-    public void sendData(String signalName, boolean failStatus,
-            List<String> fileList) {
-    }
     
     /**
      * Rendering the template, and sending the result through email.