ss: Fix wrong calculation of string size in history tree
[deliverable/tracecompass.git] / statesystem / org.eclipse.tracecompass.statesystem.core / src / org / eclipse / tracecompass / internal / statesystem / core / backend / historytree / HTInterval.java
index 2b48afb811d6c99cb6ff8d886b666f505fb65224..c7ca11f8da0b376048b56039c3e3cdcbf9a4e23c 100644 (file)
@@ -44,7 +44,7 @@ public final class HTInterval implements ITmfStateInterval, Comparable<HTInterva
      * +  4  int (valueOffset)
      * </pre>
      */
-    private static final int DATA_ENTRY_SIZE = 25;
+    public static final int DATA_ENTRY_SIZE = 25;
 
     /* 'Byte' equivalent for state values types */
     private static final byte TYPE_NULL = -1;
This page took 0.027108 seconds and 5 git commands to generate.