buildframework/helium/sf/java/signaling/src/com/nokia/helium/signal/ant/types/SMSNotifier.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/sf/java/signaling/src/com/nokia/helium/signal/ant/types/SMSNotifier.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/signaling/src/com/nokia/helium/signal/ant/types/SMSNotifier.java	Fri Aug 13 14:59:05 2010 +0300
@@ -20,16 +20,14 @@
 
 
 import org.apache.tools.ant.types.DataType;
+
 import com.nokia.helium.signal.Notifier;
-import java.util.List;
 
 /**
  * Defines a signal notification via SMS.
  */
 public class SMSNotifier extends DataType implements Notifier {
 
-    public SMSNotifier() {
-    }
     /**
      * Sends the data to the requested sender list with specified notifier
      * 
@@ -42,13 +40,4 @@
             NotifierInput notifierInput, String message ) {
     }
 
-    /**
-     * Sends the data to the requested sender list with specified notifier
-     * 
-     * @deprecated
-     *    sends the data to the list of requested user.
-     */
-    public void sendData(String signalName, boolean failStatus,
-            List<String> fileList) {
-    }
 }
\ No newline at end of file