pref: change some format 79/119879/1 honolulu
authorhekeguang <hekeguang@chinamobile.com>
Thu, 25 Mar 2021 10:57:15 +0000 (18:57 +0800)
committerxuran <xuranyjy@chinamobile.com>
Fri, 26 Mar 2021 02:17:43 +0000 (10:17 +0800)
Change-Id: Ife74e6ab4e74ab6826fbfd26a973a0f61335580a
Issue-ID: USECASEUI-546
Signed-off-by: xuran <xuranyjy@chinamobile.com>
server/src/main/java/org/onap/usecaseui/server/bean/lcm/ServiceTemplateInput.java

index be4bbc5..ed2e589 100644 (file)
@@ -134,11 +134,11 @@ public class ServiceTemplateInput {
         if (this == o)
         {
             return true;
-       }
+        }
         if (o == null || getClass() != o.getClass())
-       {       
-           return false;
-       }
+        {      
+            return false;
+        }
         ServiceTemplateInput that = (ServiceTemplateInput) o;
         return Objects.equals(invariantUUID, that.invariantUUID) &&
                 Objects.equals(uuid, that.uuid) &&