commit | 4ac14d639a982999b543b3cc5eb8ff1b03f8c2e9 | [log] [tgz] |
---|---|---|
author | Amichai Hemli <ah0398@intl.att.com> | Tue Aug 22 11:39:50 2017 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Tue Aug 22 11:39:50 2017 +0000 |
tree | 7cf0272e8f7f9d5a178a86602fb7677779055d11 | |
parent | de2bd2e58fed9641160aaac276bf385ffd7f8588 [diff] | |
parent | 295ce8d188eb7d7529df07280d4cfd51d0ce71af [diff] |
Merge "fix typo in SubResourcess class"
diff --git a/vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SubResource.java b/vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SubResource.java index 6d7fb41..6967b2c 100755 --- a/vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SubResource.java +++ b/vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SubResource.java
@@ -88,7 +88,7 @@ * * @return the resoucre type */ - public String getResoucreType() { + public String getResourceType() { return resourceType; } @@ -151,7 +151,7 @@ * * @param resourceType the new resoucre type */ - public void setResoucreType(String resourceType) { + public void setResourceType(String resourceType) { this.resourceType = resourceType; }