Rename UST.class to LTTNG_UST.class
[ust.git] / liblttng-ust-java / UST.java
diff --git a/liblttng-ust-java/UST.java b/liblttng-ust-java/UST.java
deleted file mode 100644 (file)
index be5f7c7..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-import java.util.*;
-
-class UST {
-       public static native void ust_java_event(String name, String arg);
-       static {
-               System.loadLibrary("ustjava");
-       }
-}
-
This page took 0.02232 seconds and 4 git commands to generate.