set version when using constructor 91/78691/1
authorBenjamin, Max (mb388a) <mb388a@us.att.com>
Mon, 18 Feb 2019 17:50:57 +0000 (12:50 -0500)
committerBenjamin, Max (mb388a) <mb388a@us.att.com>
Mon, 18 Feb 2019 17:51:11 +0000 (12:51 -0500)
set version when using constructor

Change-Id: Iaa7c74c8189eb4c607f25fe3f1660c08e80b2586
Issue-ID: SO-1529
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
common/src/main/java/org/onap/so/client/aai/AAIClient.java

index 21bbc51..72a381a 100644 (file)
@@ -44,6 +44,7 @@ public class AAIClient extends GraphInventoryClient {
        
        protected AAIClient(AAIVersion version) {
                super(AAIProperties.class);
+               this.version = version;
        }
        @Override
        protected URI constructPath(GraphInventoryUri uri) {