From 6505fa1c845c34d59c44a40f87b66ef79f3e911c Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Aug 2018 09:45:44 -0400 Subject: Fixes for checkstyle issues More fixes for spacing, adding comments, adding period at the end, and move code closer to usage. Issue-ID: POLICY-881 Change-Id: Ife99eaf627a221e87d65d24dfd145b0ee4e06d21 Signed-off-by: Pamela Dragosh --- .../main/java/org/onap/policy/common/logging/eelf/DroolsPDPMDCInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common-logging/src/main/java/org/onap/policy/common/logging/eelf/DroolsPDPMDCInfo.java') diff --git a/common-logging/src/main/java/org/onap/policy/common/logging/eelf/DroolsPDPMDCInfo.java b/common-logging/src/main/java/org/onap/policy/common/logging/eelf/DroolsPDPMDCInfo.java index 0c6c13ba..f5ab4c79 100644 --- a/common-logging/src/main/java/org/onap/policy/common/logging/eelf/DroolsPDPMDCInfo.java +++ b/common-logging/src/main/java/org/onap/policy/common/logging/eelf/DroolsPDPMDCInfo.java @@ -41,7 +41,7 @@ public class DroolsPDPMDCInfo implements MDCInfo { } /** - * Get the MMDC Info + * Get the MMDC Info. * * @return the instance of ConcurrentHashMap. */ -- cgit 1.2.3-korg