color
This commit is contained in:
parent
65791ae804
commit
461395efdf
@ -29,7 +29,10 @@ public class DummyDequeuer extends Thread {
|
|||||||
while(true) {
|
while(true) {
|
||||||
try {
|
try {
|
||||||
ADataObject o = this.queue.take();
|
ADataObject o = this.queue.take();
|
||||||
if (((Double)o.getValues().get("errorRatio")) > 0) {
|
if (((Double)o.getValues().get("errorRatio")) == 0.0) {
|
||||||
|
System.out.print(ANSI_GREEN);
|
||||||
|
}
|
||||||
|
if (((Double)o.getValues().get("errorRatio")) > 0.25) {
|
||||||
System.out.print(ANSI_RED);
|
System.out.print(ANSI_RED);
|
||||||
}
|
}
|
||||||
System.out.print("DummyDequeuer: " + o.toString());
|
System.out.print("DummyDequeuer: " + o.toString());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user