diff options
author | Ofir Sonsino <os0695@att.com> | 2017-08-29 14:19:55 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2017-08-29 14:20:24 +0300 |
commit | 49a483a9b40cb429717ccec69fa99e4908aadbb6 (patch) | |
tree | d7b0f5219c147dbb9ebb22dfbe7b9079ae59c400 /vid-app-common/src/main/java/org/openecomp | |
parent | 4ac14d639a982999b543b3cc5eb8ff1b03f8c2e9 (diff) |
[VID-38] revert typo fix, align to SDC
Change-Id: I5968ac82ba452b01ff70c6dedcc9b26ee38d553d
Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'vid-app-common/src/main/java/org/openecomp')
-rwxr-xr-x | vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SubResource.java | 4 |
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 6967b2c89..6d7fb41b1 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;
}
|