tmf: Fix some critical and major Sonar warnings
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / trace / TmfTraceContext.java
index dae6723f5c06e19515deb93e0c81a8933e8e28e2..2a663e421b5648c98967a00d7be44456310a7304 100644 (file)
@@ -192,7 +192,7 @@ public class TmfTraceContext implements ITraceContextSignalHandler {
      *
      * @since 2.3
      */
-    public class Builder {
+    public static class Builder {
         private TmfTimeRange selection;
         private TmfTimeRange windowRange;
         private @Nullable IFile editorFile;
This page took 0.024063 seconds and 5 git commands to generate.