summaryrefslogtreecommitdiffstats
path: root/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/models/CellCUList.java
diff options
context:
space:
mode:
authordenilson.l65 <denilson.l65@wipro.com>2021-05-21 21:20:02 +0530
committerdenilson.l65 <denilson.l65@wipro.com>2021-05-31 11:45:04 +0530
commitee67930973552a69830c30e6b3b1915091af8ebb (patch)
treea90b90d12815c47f2201ea583161d3816189b34c /components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/models/CellCUList.java
parent3424dd5d1a261fda473ef46666a316c7f32e3de3 (diff)
Code cleanup
Issue-ID: DCAEGEN2-2504 Signed-off-by: denilson.l65 <denilson.l65@wipro.com> Change-Id: Ife119bb0e084a5ef0e3199a70523876c4e258f67
Diffstat (limited to 'components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/models/CellCUList.java')
-rw-r--r--components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/models/CellCUList.java8
1 files changed, 7 insertions, 1 deletions
diff --git a/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/models/CellCUList.java b/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/models/CellCUList.java
index cd566778..5225fd36 100644
--- a/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/models/CellCUList.java
+++ b/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/models/CellCUList.java
@@ -2,7 +2,7 @@
* ============LICENSE_START=======================================================
* slice-analysis-ms
* ================================================================================
- * Copyright (C) 2020 Wipro Limited.
+ * Copyright (C) 2020-2021 Wipro Limited.
* ==============================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -29,6 +29,9 @@ public class CellCUList {
private Integer cellLocalId;
private ConfigData configData;
+ /**
+ * Returns a hashcode value for the object
+ */
@Override
public int hashCode() {
final int prime = 31;
@@ -38,6 +41,9 @@ public class CellCUList {
return result;
}
+ /**
+ * Checks whether the object matches with the CellCUList
+ */
@Override
public boolean equals(Object obj) {
if (this == obj)