lttng ui: Fix minor sonar warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / handlers / BaseControlViewHandler.java
index 336e8e548f0edc74e83a0ace5f16743f63d7124a..8135709af0030c8cc3971503fd25f693be36b3a4 100644 (file)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2012 Ericsson
+ * Copyright (c) 2012, 2013 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -34,7 +34,7 @@ import org.eclipse.ui.PlatformUI;
  *
  * @author Bernd Hufmann
  */
-abstract public class BaseControlViewHandler extends AbstractHandler {
+public abstract class BaseControlViewHandler extends AbstractHandler {
 
     // ------------------------------------------------------------------------
     // Attributes
@@ -42,7 +42,7 @@ abstract public class BaseControlViewHandler extends AbstractHandler {
     /**
      * The synchronization lock.
      */
-    final protected ReentrantLock fLock = new ReentrantLock();
+    protected final ReentrantLock fLock = new ReentrantLock();
 
     // ------------------------------------------------------------------------
     // Operations
This page took 0.034804 seconds and 5 git commands to generate.