Merge from ECOMP's repository
[vid.git] / vid-app-common / src / main / java / org / onap / vid / client / HttpBasicClient.java
index 8f0d59f..b9b2c8b 100644 (file)
@@ -29,8 +29,6 @@ import org.springframework.beans.factory.annotation.Autowired;
 import javax.servlet.ServletContext;
 import javax.ws.rs.client.Client;
 import javax.ws.rs.client.ClientBuilder;
-import java.text.DateFormat;
-import java.text.SimpleDateFormat;
 
 /**
  *  General HTTP client.
@@ -45,9 +43,6 @@ public class HttpBasicClient{
        /** The logger. */
        EELFLoggerDelegate logger = EELFLoggerDelegate.getLogger(HttpBasicClient.class);
        
-       /** The Constant dateFormat. */
-       final static DateFormat dateFormat = new SimpleDateFormat("HH:mm:ss:SSSS");
-       
        /**
         * Obtain a basic HTTP client .
         *