fix typo in SubResourcess class 65/6165/2
authorKrzysztof Kwiecien <krzysztof.kwiecien1@orange.com>
Sat, 22 Jul 2017 21:31:13 +0000 (23:31 +0200)
committerKrzysztof Kwiecien <krzysztof.kwiecien1@orange.com>
Sun, 23 Jul 2017 23:09:23 +0000 (01:09 +0200)
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>
vid-app-common/src/main/java/org/openecomp/vid/asdc/beans/SubResource.java

index 6d7fb41..6967b2c 100755 (executable)
@@ -88,7 +88,7 @@ public class SubResource {
         *\r
         * @return the resoucre type\r
         */\r
-       public String getResoucreType() {\r
+       public String getResourceType() {\r
                return resourceType;\r
        }\r
        \r
@@ -151,7 +151,7 @@ public class SubResource {
         *\r
         * @param resourceType the new resoucre type\r
         */\r
-       public void setResoucreType(String resourceType) {\r
+       public void setResourceType(String resourceType) {\r
                this.resourceType = resourceType;\r
        }\r
        \r