Update file headers in LTTng Control feature
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / model / impl / TargetNodeComponent.java
index 457812cbbd37743cb64f1c779fa826f684cb0810..48a0e34421160246b126b3cfdd413ae2959ee9d9 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
@@ -8,6 +8,7 @@
  *
  * Contributors:
  *   Bernd Hufmann - Initial API and implementation
+ *   Bernd Hufmann - Updated for support of LTTng Tools 2.1
  **********************************************************************/
 package org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl;
 
@@ -228,7 +229,7 @@ public class TargetNodeComponent extends TraceControlComponent implements ICommu
     /**
      * Returns if node supports networks streaming or not
      * @return <code>true</code> if node supports filtering else <code>false</code>
-     * 
+     *
      */
     public boolean isNetworkStreamingSupported() {
         return getControlService().isVersionSupported("2.1.0"); //$NON-NLS-1$
This page took 0.024197 seconds and 5 git commands to generate.