ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / callstack / Messages.java
index 6ad46425ed28c813e0ccb2f52c0ed708305cdb21..eaf0f7c3942a6011033003596d7eb3944954932d 100644 (file)
@@ -17,11 +17,11 @@ import org.eclipse.osgi.util.NLS;
 /**
  * Message bundle for the call stack state provider.
  *
- * @since 2.1
+ * @since 3.0
  */
 public class Messages extends NLS {
 
-    private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.core.callstack"; //$NON-NLS-1$
+    private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.core.callstack.messages"; //$NON-NLS-1$
 
     /**
      * The value popped from a 'func_exit' event doesn't match the current
This page took 0.025789 seconds and 5 git commands to generate.