lttng: Add schema for LTTng MI 3.0 (LTTng 2.8)
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / service / LTTngControlService.java
index 378504ed51e8d46d34b9f84e36d68a735ba8b14b..4e60b2c8e5adf1cac84a79cf0a03cf5a0c92ca62 100644 (file)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2012, 2015 Ericsson
+ * Copyright (c) 2012, 2016 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -128,7 +128,7 @@ public class LTTngControlService implements ILttngControlService {
      * @param version
      *            - a version to set
      */
-    public void setVersion(LttngVersion version) {
+    protected void setVersion(LttngVersion version) {
         if (version != null) {
             fVersion = version;
         }
This page took 0.023647 seconds and 5 git commands to generate.