From 283f71823ed5af95a074a1d1ec842a410051ebdd Mon Sep 17 00:00:00 2001 From: "Sindhuri.A" Date: Sat, 20 Apr 2019 10:02:19 +0530 Subject: Replace type spec, shift modifier order Replace type spec, shift modifier order RequestHealthDiagnostic class Issue-ID: SO-1490 Change-Id: I3255e164ebd839200e836de85764276e32d1cb48 Signed-off-by: Sindhuri.A --- .../java/org/onap/so/client/sdno/beans/RequestHealthDiagnostic.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/src/main/java/org/onap/so/client/sdno/beans/RequestHealthDiagnostic.java b/common/src/main/java/org/onap/so/client/sdno/beans/RequestHealthDiagnostic.java index c05b470b0e..b1b75ab412 100644 --- a/common/src/main/java/org/onap/so/client/sdno/beans/RequestHealthDiagnostic.java +++ b/common/src/main/java/org/onap/so/client/sdno/beans/RequestHealthDiagnostic.java @@ -52,8 +52,8 @@ public class RequestHealthDiagnostic implements Serializable { @JsonProperty("health-diagnostic-code") private String healthDiagnosticCode; @JsonIgnore - private Map additionalProperties = new HashMap(); - private final static long serialVersionUID = 1166788526178388021L; + private Map additionalProperties = new HashMap<>(); + private static final long serialVersionUID = 1166788526178388021L; @JsonProperty("request-client-name") public String getRequestClientName() { -- cgit 1.2.3-korg