analysis: basic checks for acyclic property of TmfGraph
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.graph.core / src / org / eclipse / tracecompass / analysis / graph / core / base / Messages.java
index 57ba37458386a49894d73efa3355168a8f0b96a6..a1e5465d9e6f2f0d153fbb22984fbc51f4f17f8f 100644 (file)
@@ -26,6 +26,8 @@ public class Messages extends NLS {
     public static @Nullable String TmfGraph_FromNotInGraph;
 
     public static @Nullable String TmfVertex_ArgumentTimestampLower;
+
+    public static @Nullable String TmfVertex_CannotLinkToSelf;
     static {
         // initialize resource bundle
         NLS.initializeMessages(BUNDLE_NAME, Messages.class);
This page took 0.040029 seconds and 5 git commands to generate.