From: Ofir Sonsino Date: Tue, 29 Aug 2017 11:19:55 +0000 (+0300) Subject: [VID-38] revert typo fix, align to SDC X-Git-Tag: v1.1.0~39 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=49a483a9b40cb429717ccec69fa99e4908aadbb6;p=sandbox-vid.git [VID-38] revert typo fix, align to SDC Change-Id: I5968ac82ba452b01ff70c6dedcc9b26ee38d553d Signed-off-by: Ofir Sonsino --- 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 6967b2c8..6d7fb41b 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 getResourceType() { + public String getResoucreType() { return resourceType; } @@ -151,7 +151,7 @@ public class SubResource { * * @param resourceType the new resoucre type */ - public void setResourceType(String resourceType) { + public void setResoucreType(String resourceType) { this.resourceType = resourceType; }