2010-11-09 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug315307
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.jni / src / org / eclipse / linuxtools / lttng / jni_v2_6 / JniTrace_v2_6.java
index 5339456548f2f1432a297905a71fe68aeb5fc142..b2961821b5b5ba856251c1acf7f99241197d48bf 100644 (file)
@@ -30,7 +30,7 @@ public class JniTrace_v2_6 extends JniTrace {
        // This is the dynamic library name that is passed to the library loader (liblttvlibraryloader.so) to load.
        // It needs to be a complete name, like "libXYZ.so", unlike java that would take "XYZ". It could also take a complete path.
        //      The library need to be accessible, i.e. LD_LIBRARY_PATH need to be set correctly. 
-       private static final String LIBRARY_NAME = "liblttvtraceread-2.6.so";
+       private static final String LIBRARY_NAME = "liblttvtraceread-2.6.so"; //$NON-NLS-1$
        
        /*
         * Forbid access to the default constructor
This page took 0.023671 seconds and 5 git commands to generate.