Fixed JavaDoc in TMF UI plugin
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / wizards / Messages.java
index 215bc8b35864a2d645f75e444223d5c2ef1e98b5..a0cae2cf039f23b5a86521a120a2966b124a85ab 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011 Ericsson
+ * 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
@@ -14,13 +14,18 @@ package org.eclipse.linuxtools.tmf.ui.project.wizards;
 
 import org.eclipse.osgi.util.NLS;
 
+/**
+ * Message string for TMF model handling.
+ * @version 1.0
+ * @author Francois Chouinard
+ *
+ */
 public class Messages extends NLS {
 
     private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.project.wizards.messages"; //$NON-NLS-1$
 
     public static String NewProjectWizard_DialogHeader;
     public static String NewProjectWizard_DialogMessage;
-    
     public static String ImportTraceWizard_DialogTitle;
     public static String ImportTraceWizard_FileSystemTitle;
     public static String ImportTraceWizard_ImportTrace;
This page took 0.02704 seconds and 5 git commands to generate.