aboutsummaryrefslogtreecommitdiff
path: root/tests/NewLine.java
diff options
context:
space:
mode:
authorjestin2005-11-22 12:15:22 +0000
committerjestin2005-11-22 12:15:22 +0000
commitfc1c75268e41976e28b5cc0800114f6102a39f13 (patch)
treefe803f4506016b20ae332d1294f4247fefc4f0a1 /tests/NewLine.java
parentab5311fc62b84a8650212d214ebafcef0754bf5f (diff)
downloadivy-java-fc1c75268e41976e28b5cc0800114f6102a39f13.zip
ivy-java-fc1c75268e41976e28b5cc0800114f6102a39f13.tar.gz
ivy-java-fc1c75268e41976e28b5cc0800114f6102a39f13.tar.bz2
ivy-java-fc1c75268e41976e28b5cc0800114f6102a39f13.tar.xz
minor compatibility fixes
Diffstat (limited to 'tests/NewLine.java')
-rw-r--r--tests/NewLine.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/NewLine.java b/tests/NewLine.java
index ac4dc43..5517a54 100644
--- a/tests/NewLine.java
+++ b/tests/NewLine.java
@@ -58,9 +58,7 @@ class NewLine {
for (int i=0;i<n;i++ ) bus.sendMsg("coucou monde");
t3=(new java.util.Date()).getTime();
System.out.println("with protection " + (t2-t1) +"ms, without "+(t3-t2)+"ms");
- System.out.println("DEBUUUUUUG stopping the bus");
bus.stop();
- System.out.println("DEBUUUUUUG end stopping the bus");
}
}