lami: add NLS to Exception message
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.lami.core / src / org / eclipse / tracecompass / internal / provisional / analysis / lami / core / types / LamiData.java
index 2442d10d4f19a84e6c3ae8237dbf7bdc9999d920..960e9d0c7c3e39e78ac5fce712b2674ad858bc99 100644 (file)
@@ -118,7 +118,7 @@ public abstract class LamiData {
                     return type;
                 }
             }
-            throw new IllegalArgumentException("Unrecognized type: " + value);
+            throw new IllegalArgumentException("Unrecognized type: " + value); //$NON-NLS-1$
         }
 
         /**
This page took 0.025242 seconds and 5 git commands to generate.