Issue-ID: VFC-764
Change-Id: I73e952241d07c543a3e3d02e6de9cbecf724a9b7
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
* <br/>
* <p>
* </p>
- *
+ *
* @author
* @version Aug 9, 2016
*/
protected HttpClient client = null;
- private static final String LOCAL_HOST = "127.0.0.1";
+ private static final String LOCAL_HOST = "127.0.0.1"; // NOSONAR
static final String HTTP_PATCH = "PATCH";
* Constructor<br/>
* <p>
* </p>
- *
+ *
* @since
*/
public HttpBaseRest() {
/**
* <br/>
- *
+ *
* @param method
* @param servicePath
* @param restParametes
}
} catch(InterruptedException e) {
LOG.error("InterruptedException", e);
+ // Restore interrupted state...
+ Thread.currentThread().interrupt();
} catch(UnsupportedEncodingException e) {
LOG.error("UnsupportedEncodingException", e);
}