summaryrefslogtreecommitdiffstats
path: root/common-logging/src/main/java/org/onap/policy/common/logging/eelf/EventData.java
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-12-05 15:23:17 +0000
committerGerrit Code Review <gerrit@onap.org>2017-12-05 15:23:17 +0000
commit9eade238b6079eb9afc8bc3de251f32aa7407ed6 (patch)
tree566a44dbe2461b30431223a62c74479e85448d35 /common-logging/src/main/java/org/onap/policy/common/logging/eelf/EventData.java
parent4cd4924f682afe455db9a6416b7513fb9eafbfe0 (diff)
parentda75a5e8cd3e64fb8e7efa8db18e1a488870d0dc (diff)
Merge "Fix sonar issues in ONAP-logging"
Diffstat (limited to 'common-logging/src/main/java/org/onap/policy/common/logging/eelf/EventData.java')
-rw-r--r--common-logging/src/main/java/org/onap/policy/common/logging/eelf/EventData.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/common-logging/src/main/java/org/onap/policy/common/logging/eelf/EventData.java b/common-logging/src/main/java/org/onap/policy/common/logging/eelf/EventData.java
index ce31fbcb..037a144d 100644
--- a/common-logging/src/main/java/org/onap/policy/common/logging/eelf/EventData.java
+++ b/common-logging/src/main/java/org/onap/policy/common/logging/eelf/EventData.java
@@ -36,7 +36,8 @@ public class EventData {
//Default constructor takes no arguments.
//Is empty because instance variables are assigned
//their default values upon declaration.
- public EventData() {
+ public EventData() {
+ //See above comments for the reason this constructor is empty
}
public EventData(String requestID, Instant startTime, Instant endTime) {