diff options
Diffstat (limited to 'common-logging/src/main')
-rw-r--r-- | common-logging/src/main/java/org/onap/policy/common/logging/eelf/DroolsPDPMDCInfo.java | 2 | ||||
-rw-r--r-- | common-logging/src/main/java/org/onap/policy/common/logging/flexlogger/PropertyUtil.java | 4 |
2 files changed, 3 insertions, 3 deletions
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. */ diff --git a/common-logging/src/main/java/org/onap/policy/common/logging/flexlogger/PropertyUtil.java b/common-logging/src/main/java/org/onap/policy/common/logging/flexlogger/PropertyUtil.java index 566362c9..9d9165ef 100644 --- a/common-logging/src/main/java/org/onap/policy/common/logging/flexlogger/PropertyUtil.java +++ b/common-logging/src/main/java/org/onap/policy/common/logging/flexlogger/PropertyUtil.java @@ -49,7 +49,7 @@ public class PropertyUtil { private static HashMap<File, ListenerRegistration> registrations = new HashMap<>(); /** - * Read in a properties file + * Read in a properties file. * * @param file the properties file * @return a Properties object, containing the associated properties @@ -73,7 +73,7 @@ public class PropertyUtil { } /** - * Read in a properties file + * Read in a properties file. * * @param fileName the properties file * @return a Properties object, containing the associated properties |