AT&T 1712 and 1802 release code
[so.git] / common / src / main / java / org / openecomp / mso / client / aai / AAIUpdatorImpl.java
@@ -25,14 +25,14 @@ import org.springframework.beans.factory.annotation.Autowired;
 public class AAIUpdatorImpl implements AAIUpdator {
        
        @Autowired
-       protected AAIRestClient client;
+       protected AAIRestClientI client;
        
-       public AAIRestClient getClient() {
+       public AAIRestClientI getClient() {
                return client;
        }
 
 
-       public void setClient(AAIRestClient client) {
+       public void setClient(AAIRestClientI client) {
                this.client = client;
        }