diff options
author | Indrijeet kumar <indriku1@in.ibm.com> | 2020-05-21 11:23:08 +0530 |
---|---|---|
committer | Indrijeet kumar <indriku1@in.ibm.com> | 2020-05-21 11:23:14 +0530 |
commit | 91bd8f3aff7086af5d8f15046532f4499079d6d8 (patch) | |
tree | 1eb70b30ed62ca3b2c861e5612d6517a116b4f8d /ecomp-sdk/epsdk-workflow | |
parent | 2053ff0eaa2e4d1efcdb56a953af7c631757369e (diff) |
reduced code smells in some components
reduced code smells in some components
Issue-ID: PORTAL-813
Change-Id: I9a003165d260fd332e2e5199525412aeeb9fff05
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
Diffstat (limited to 'ecomp-sdk/epsdk-workflow')
-rw-r--r-- | ecomp-sdk/epsdk-workflow/src/main/java/org/onap/portalsdk/workflow/models/Workflow.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-workflow/src/main/java/org/onap/portalsdk/workflow/models/Workflow.java b/ecomp-sdk/epsdk-workflow/src/main/java/org/onap/portalsdk/workflow/models/Workflow.java index 81521176..aa9ac4ff 100644 --- a/ecomp-sdk/epsdk-workflow/src/main/java/org/onap/portalsdk/workflow/models/Workflow.java +++ b/ecomp-sdk/epsdk-workflow/src/main/java/org/onap/portalsdk/workflow/models/Workflow.java @@ -7,7 +7,7 @@ * =================================================================== * * Unless otherwise specified, all software contained herein is licensed - * under the Apache License, Version 2.0 (the "License"); + * under the Apache License, Version 2.0 (the "License") * you may not use this software except in compliance with the License. * You may obtain a copy of the License at * |