fix modifier order in AbstractFileCheckpointCollection.java
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 1 Apr 2015 17:28:35 +0000 (13:28 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 1 Apr 2015 19:31:47 +0000 (15:31 -0400)
Change-Id: I0018331bff7e91187e6fc54efc7fadfb94b6c707
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/45046
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/trace/indexer/AbstractFileCheckpointCollection.java

index 0d1f3253fb8ed7dce22cb18ba0e9a1bf3b1d531e..c09b7fb299cfb75d327bebb746dbdcb7284b75a9 100644 (file)
@@ -39,7 +39,7 @@ public abstract class AbstractFileCheckpointCollection implements ICheckpointCol
      * The base file header, can be extended
      */
     protected class CheckpointCollectionFileHeader {
-        private final static int SIZE = INT_SIZE +
+        private static final int SIZE = INT_SIZE +
                 INT_SIZE +
                 LONG_SIZE +
                 LONG_SIZE;
This page took 0.026231 seconds and 5 git commands to generate.