aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org
diff options
context:
space:
mode:
authorKrzysztof Kwiecien <krzysztof.kwiecien1@orange.com>2017-07-22 23:31:13 +0200
committerKrzysztof Kwiecien <krzysztof.kwiecien1@orange.com>2017-07-24 01:09:23 +0200
commit295ce8d188eb7d7529df07280d4cfd51d0ce71af (patch)
tree63e9c55943515ba975e5d43557e66c9ffe385549 /vid-app-common/src/main/java/org
parent7f2f18d14c7341ffc7a5510b21d28ce14c11eba7 (diff)
fix typo in SubResourcess class
was getResoucreType and should be getResourceType, this cause problem when use SDC API Issue: VID-20 Change-Id: I51852b9050b065186a13fee827b9d4fa6bcfc28a Signed-off-by: Krzysztof Kwiecien <krzysztof.kwiecien1@orange.com>
Diffstat (limited to 'vid-app-common/src/main/java/org')
-rwxr-xr-xvid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SubResource.java4
1 files changed, 2 insertions, 2 deletions
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 6d7fb41b1..6967b2c89 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 @@ public class SubResource {
*
* @return the resoucre type
*/
- public String getResoucreType() {
+ public String getResourceType() {
return resourceType;
}
@@ -151,7 +151,7 @@ public class SubResource {
*
* @param resourceType the new resoucre type
*/
- public void setResoucreType(String resourceType) {
+ public void setResourceType(String resourceType) {
this.resourceType = resourceType;
}