summaryrefslogtreecommitdiffstats
path: root/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/service/ConsumerThread.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/service/ConsumerThread.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/service/ConsumerThread.java')
-rw-r--r--components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/service/ConsumerThread.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/service/ConsumerThread.java b/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/service/ConsumerThread.java
index b676273f..e8028200 100644
--- a/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/service/ConsumerThread.java
+++ b/components/slice-analysis-ms/src/main/java/org/onap/slice/analysis/ms/service/ConsumerThread.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.
@@ -91,9 +91,9 @@ public class ConsumerThread extends Thread {
}
}
- /**
- * Checks whether enough samples are available for the network functions
- */
+ /**
+ * Checks whether enough samples are available for the network functions
+ */
public boolean checkForEnoughSamples(List<String> nfs, String snssai) {
for(String nf : nfs) {
if(! pmDataQueue.checkSamplesInQueue(new SubCounter(nf, snssai), samples)) {