[Tmf][Ctf] Add descriptive fail to import messages.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / wizards / Messages.java
index 0d31ea439c2a91654ff4f0012e686421b943af88..e3cd26dfe517e964401a469f3f6e14e0a7b6aa65 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************
  * Copyright (c) 2011, 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:
  *   Francois Chouinard - Initial API and implementation
  *******************************************************************************/
@@ -16,11 +16,12 @@ import org.eclipse.osgi.util.NLS;
 
 /**
  * Message strings for TMF model handling.
- * 
+ *
  * @version 1.0
  * @author Francois Chouinard
  *
  */
+@SuppressWarnings("javadoc")
 public class Messages extends NLS {
 
     private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.project.wizards.messages"; //$NON-NLS-1$
@@ -74,7 +75,7 @@ public class Messages extends NLS {
      */
     public static String ImportTraceWizard_InvalidTraceDirectory;
     /**
-     * The error message when a trace validation failed (import trace wizard). 
+     * The error message when a trace validation failed (import trace wizard).
      */
     public static String ImportTraceWizard_TraceValidationFailed;
     /**
This page took 0.038232 seconds and 5 git commands to generate.