lttng: Fix Javadoc and formatting in lttng2.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui.tests / stubs / org / eclipse / linuxtools / internal / lttng2 / stubs / dialogs / EnableEventsDialogStub.java
index 6812451a9708d9a243fd5f6296e79e393ae28c1b..eadadfbc757d5911a0eb15fa7bbae70aefbe1b55 100644 (file)
@@ -1,12 +1,12 @@
 /**********************************************************************
  * Copyright (c) 2012 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.stubs.dialogs;
@@ -21,8 +21,9 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceD
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceProviderGroup;
 
 /**
- * Enable events dialog stub implementation. 
+ * Enable events dialog stub implementation.
  */
+@SuppressWarnings("javadoc")
 public class EnableEventsDialogStub implements IEnableEventsDialog {
 
     // ------------------------------------------------------------------------
@@ -112,7 +113,7 @@ public class EnableEventsDialogStub implements IEnableEventsDialog {
     public void setLogLevelType(LogLevelType logLevelType) {
         fLogLevelType = logLevelType;
     }
-    
+
     public void setNames(List<String> names) {
         fNames = names;
     }
This page took 0.02604 seconds and 5 git commands to generate.