analysis: fix modifier order for AbstractSegmemtStoreDensityView
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.ui / src / org / eclipse / tracecompass / analysis / timing / ui / views / segmentstore / density / AbstractSegmentStoreDensityView.java
index f13c8b1bfde4335801b4e187520afe8fa9e42c13..d3034ec0d1332d81201edf9317b1f830d9471b21 100644 (file)
@@ -97,7 +97,7 @@ public abstract class AbstractSegmentStoreDensityView extends TmfView {
      *            the parent composite
      * @return the table viewer
      */
-    abstract protected AbstractSegmentStoreTableViewer createSegmentStoreTableViewer(Composite parent);
+    protected abstract AbstractSegmentStoreTableViewer createSegmentStoreTableViewer(Composite parent);
 
     /**
      * Create a density viewer suitable for displaying the segment store
@@ -107,7 +107,7 @@ public abstract class AbstractSegmentStoreDensityView extends TmfView {
      *            the parent composite
      * @return the density viewer
      */
-    abstract protected AbstractSegmentStoreDensityViewer createSegmentStoreDensityViewer(Composite parent);
+    protected abstract AbstractSegmentStoreDensityViewer createSegmentStoreDensityViewer(Composite parent);
 
     @Override
     public void setFocus() {
This page took 0.024543 seconds and 5 git commands to generate.