Adding some comments and small refactoring
[aaf/sms.git] / sms-client / java / src / test / java / org / onap / aaf / sms / SmsTest.java
index 5277557..fad2579 100644 (file)
@@ -43,7 +43,7 @@ public class SmsTest extends SmsClient {
     public SmsTest(String host, int port, String version, SSLSocketFactory s) {
         super(host, port, version, s);
     }
-    public  SmsResponse execute(String reqtype, String t, String ins, boolean input, boolean output) {
+    public  SmsResponse execute(String reqtype, String t, String ins, boolean output) {
         Map<String, Object> m;
         SmsResponse resp = new SmsResponse();
         System.out.println(t);