summaryrefslogtreecommitdiffstats
path: root/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/context/test/concepts/TestContextLongItem.java
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-12-06 14:08:23 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-06 14:08:23 +0000
commitf2afbf26813e09b464d48281a52c8c717536b6ec (patch)
tree98f0f49b4366fb7cb81a52be62f0dda086f1d817 /testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/context/test/concepts/TestContextLongItem.java
parent93fa9642390a61d8db36e6e68795137b4895b021 (diff)
parent7a0a44eac6167cfeff935c39f2c3f20d3a893c3e (diff)
Merge "Minor changes for new Eclipse checkstyle checks"
Diffstat (limited to 'testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/context/test/concepts/TestContextLongItem.java')
-rw-r--r--testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/context/test/concepts/TestContextLongItem.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/context/test/concepts/TestContextLongItem.java b/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/context/test/concepts/TestContextLongItem.java
index 1c3d5bfd9..dc18da5f5 100644
--- a/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/context/test/concepts/TestContextLongItem.java
+++ b/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/context/test/concepts/TestContextLongItem.java
@@ -37,7 +37,9 @@ public class TestContextLongItem implements Serializable {
/**
* The Constructor.
*/
- public TestContextLongItem() {}
+ public TestContextLongItem() {
+ // Default constructor
+ }
/**
* The Constructor.