tmf: Fix most Number unboxing problems
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / ctfadaptor / CtfTmfContextTest.java
index cf69f3c54b09a6c168cae247d3eabb67ff9c2dfb..d429230446d155fd6322d8d63c5c2df410308c74 100644 (file)
@@ -114,11 +114,11 @@ public class CtfTmfContextTest {
             thread.start();
         }
 
-        forThread t: threads){
+        for (Thread t: threads){
             t.join();
         }
 
-        for( Long val : vals){
+        for (long val : vals){
             assertTrue(val >= begin);
             assertTrue(val <= end);
         }
This page took 0.083979 seconds and 5 git commands to generate.