aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java
diff options
context:
space:
mode:
authorSonsino, Ofir (os0695) <os0695@intl.att.com>2018-03-18 20:07:39 +0200
committerSonsino, Ofir (os0695) <os0695@intl.att.com>2018-03-18 20:07:39 +0200
commit545434fd679fa918288b913a6525d2e05777b22a (patch)
tree43c3af6f76a3d6a1a3cebebac082943ae879c19b /vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java
parent8fdf2dee7684f4911a58a2350626300af52b6e4d (diff)
Unit tests
Change-Id: I43cd9c20e5576a63a0d0f9e78a91c27fcf32b2ad Issue-ID: VID-197 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java b/vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java
index 1bdf9534a..dce1e1bf8 100644
--- a/vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java
+++ b/vid-app-common/src/main/java/org/onap/vid/asdc/rest/RestfulAsdcClient.java
@@ -154,7 +154,7 @@ public class RestfulAsdcClient implements AsdcClient {
*
* @param builder the builder
*/
- private RestfulAsdcClient(Builder builder) {
+ RestfulAsdcClient(Builder builder) {
client = builder.client;
uri = builder.uri;
auth = builder.auth;