lttng ui: Fix minor sonar warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / model / impl / TraceControlRoot.java
index 8239cdbdeb117d0bfbbcb264f94c4a44113b4c39..445ed5a3bd5ef30a9093593c851cdf2658943423 100644 (file)
@@ -1,22 +1,23 @@
 /**********************************************************************
- * 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
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
- * Contributors: 
+ *
+ * Contributors:
  *   Bernd Hufmann - Initial API and implementation
  **********************************************************************/
 package org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl;
 
 
 /**
- * <b><u>TraceControlRoot</u></b>
  * <p>
  * Root element in trace control tree.
  * </p>
+ *
+ * @author Bernd Hufmann
  */
 public class TraceControlRoot extends TraceControlComponent {
 
@@ -26,8 +27,8 @@ public class TraceControlRoot extends TraceControlComponent {
     /**
      * The name of the root component
      */
-    public final static String TRACE_CONTROL_ROOT_NAME = "trace_control_root"; //$NON-NLS-1$
-    
+    public static final String TRACE_CONTROL_ROOT_NAME = "trace_control_root"; //$NON-NLS-1$
+
     // ------------------------------------------------------------------------
     // Constructors
     // ------------------------------------------------------------------------
@@ -37,5 +38,5 @@ public class TraceControlRoot extends TraceControlComponent {
     public TraceControlRoot() {
         super(TRACE_CONTROL_ROOT_NAME);
     }
-    
+
 }
This page took 0.024725 seconds and 5 git commands to generate.