aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/java/org/openecomp/sdc/be/components/distribution/engine/TestQueue.java
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/java/org/openecomp/sdc/be/components/distribution/engine/TestQueue.java')
-rw-r--r--catalog-be/src/main/java/org/openecomp/sdc/be/components/distribution/engine/TestQueue.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/catalog-be/src/main/java/org/openecomp/sdc/be/components/distribution/engine/TestQueue.java b/catalog-be/src/main/java/org/openecomp/sdc/be/components/distribution/engine/TestQueue.java
index c9e3c4e34d..d9cd6ef51f 100644
--- a/catalog-be/src/main/java/org/openecomp/sdc/be/components/distribution/engine/TestQueue.java
+++ b/catalog-be/src/main/java/org/openecomp/sdc/be/components/distribution/engine/TestQueue.java
@@ -64,13 +64,11 @@ public class TestQueue {
@Override
public void run() {
- // TODO Auto-generated method stub
try {
System.out.println("iN SLEEP" + Thread.currentThread());
Thread.sleep(10 * 1000);
System.out.println("OUT SLEEP");
} catch (InterruptedException e) {
- // TODO Auto-generated catch block
e.printStackTrace();
}
}
@@ -98,7 +96,6 @@ public class TestQueue {
try {
queue.put("message " + i);
} catch (InterruptedException e) {
- // TODO Auto-generated catch block
e.printStackTrace();
}
}
@@ -175,7 +172,6 @@ public class TestQueue {
try {
Thread.sleep(1 * 1000);
} catch (InterruptedException e) {
- // TODO Auto-generated catch block
for (int i = 0; i < 10; i++) {
System.out.println("*************************************************");