fix modifier order in TmfWorkspaceModifiyOperation.java
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 1 Apr 2015 17:36:00 +0000 (13:36 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 1 Apr 2015 19:33:27 +0000 (15:33 -0400)
Change-Id: Ib9b8337ac1bf3f7294b62a9e441fb01042a9e33e
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/45052
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Hudson CI
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/operations/TmfWorkspaceModifyOperation.java

index 9f45de0e296f222b65f745b5b4a982ce00ccdc13..6fe11e10984ff3edff0e7e335c4288328d92a516 100644 (file)
@@ -53,7 +53,7 @@ public abstract class TmfWorkspaceModifyOperation implements IRunnableWithProgre
     }
 
     @Override
-    public synchronized final void run(IProgressMonitor monitor)
+    public final synchronized void run(IProgressMonitor monitor)
             throws InvocationTargetException, InterruptedException {
         final InvocationTargetException[] iteHolder = new InvocationTargetException[1];
         try {
This page took 0.024895 seconds and 5 git commands to generate.