analysis: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / distribution / model / BaseDistributionData.java
index e4bd5fba60d18da6b16b3848cceb60cd315f6610..c3070fedb8edd732a17e0c17546cd9fa04aea89b 100644 (file)
@@ -31,7 +31,7 @@ public class BaseDistributionData {
     /**
      * Constant indication that bucket is not filled.
      */
-    public final static int OUT_OF_RANGE_BUCKET = -1;
+    public static final int OUT_OF_RANGE_BUCKET = -1;
 
     // ------------------------------------------------------------------------
     // Attributes
This page took 0.033516 seconds and 5 git commands to generate.