2010-11-10 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug315307
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / event / LttngLocation.java
index 3e5a4252deb33cf107ed4c0c9e8949de3d442cdf..4adbad013c3ca350e547cdc643eacfe698f9c4b4 100644 (file)
@@ -58,7 +58,7 @@ public class LttngLocation implements ITmfLocation<LttngTimestamp> {
                        newLocation.operationTime  = new LttngTimestamp( this.operationTime );
                } 
                catch (CloneNotSupportedException e) {
-                       System.out.println("Cloning failed with : " + e.getMessage());
+                       System.out.println("Cloning failed with : " + e.getMessage()); //$NON-NLS-1$
                }
 
                return newLocation;
This page took 0.024523 seconds and 5 git commands to generate.