diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-12-17 14:27:01 +0100 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-01-04 22:25:10 +0100 |
commit | a3c8fc0395e9518c5f0f064a033f4ab4d7040c61 (patch) | |
tree | 47e230a0c6ba06a58965d461ba4153dcfaf68f71 /mod/bpgenerator/common/src/main | |
parent | 7e2f7f78aa649ded0d3b9018da7a9d4b6bcb5ecc (diff) |
Blueprint Generator - Refactor blueprint generation.
Issue-ID: DCAEGEN2-2529
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I72959f3e6c27d301e46ede24c015ce638d8de324
Diffstat (limited to 'mod/bpgenerator/common/src/main')
-rw-r--r-- | mod/bpgenerator/common/src/main/java/org/onap/blueprintgenerator/service/base/BlueprintService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bpgenerator/common/src/main/java/org/onap/blueprintgenerator/service/base/BlueprintService.java b/mod/bpgenerator/common/src/main/java/org/onap/blueprintgenerator/service/base/BlueprintService.java index 7dd05f2..c32e5b1 100644 --- a/mod/bpgenerator/common/src/main/java/org/onap/blueprintgenerator/service/base/BlueprintService.java +++ b/mod/bpgenerator/common/src/main/java/org/onap/blueprintgenerator/service/base/BlueprintService.java @@ -54,7 +54,7 @@ import org.apache.maven.model.io.xpp3.MavenXpp3Reader; * Yaml/String */ @Service -public abstract class BlueprintService { +public class BlueprintService { @Autowired protected FixesService fixesService; |