diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-12-11 14:47:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-11 14:47:53 +0000 |
commit | f32f276bb5dddfc4d11be9f0c13227547a0110b1 (patch) | |
tree | 2cd7834e044b443d28d702d12eda7ce7ad069714 /models-tosca | |
parent | 360cffc3b859716273251f077a469939fc80e100 (diff) | |
parent | 5a366fdab88b7205cedd2ba687109b80dc374544 (diff) |
Merge "Fix minor checksyle issues in models"
Diffstat (limited to 'models-tosca')
-rw-r--r-- | models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/package-info.java | 7 | ||||
-rw-r--r-- | models-tosca/src/main/java/org/onap/policy/models/tosca/utils/ToscaUtils.java | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/package-info.java b/models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/package-info.java index 2b98f9bc7..1db09b863 100644 --- a/models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/package-info.java +++ b/models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/package-info.java @@ -21,10 +21,9 @@ */ /** - * This package includes all TOSCA concept POJOs that can be parsed correctly by swagger-core and rendered - * as expected in swagger-ui. - */ -/** + * This package includes all TOSCA concept POJOs that can be parsed correctly by swagger-core and rendered as expected + * in swagger-ui. + * * @author Chenfei Gao (cgao@research.att.com) * */ diff --git a/models-tosca/src/main/java/org/onap/policy/models/tosca/utils/ToscaUtils.java b/models-tosca/src/main/java/org/onap/policy/models/tosca/utils/ToscaUtils.java index a73fb85e9..1b509e2a8 100644 --- a/models-tosca/src/main/java/org/onap/policy/models/tosca/utils/ToscaUtils.java +++ b/models-tosca/src/main/java/org/onap/policy/models/tosca/utils/ToscaUtils.java @@ -38,7 +38,9 @@ public final class ToscaUtils { /** * Private constructor to prevent subclassing. */ - private ToscaUtils() {} + private ToscaUtils() { + // Private constructor to prevent subclassing + } /** * Check if policy types have been specified is initialized. |