tmf: Split "CTF adaptor" into separate plugins/feature
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / trace / TmfTraceTest.java
index c536f104bc6cd112b79b6221406e25ac8a41ff15..fa46b548a8e8c60436586afe078384c743476340 100644 (file)
@@ -452,7 +452,10 @@ public class TmfTraceTest {
         assertTrue(modules.iterator().hasNext());
         assertTrue(testModules.iterator().hasNext());
 
-        /* Make sure all modules of type TestAnalysis are returned in the second call */
+        /*
+         * Make sure all modules of type TestAnalysis are returned in the second
+         * call
+         */
         for (IAnalysisModule module : modules) {
             if (module instanceof TestAnalysis) {
                 IAnalysisModule otherModule = fTrace.getAnalysisModule(module.getId());
This page took 0.03828 seconds and 5 git commands to generate.