Suppress static method warning
[lttng-ust.git] / liblttng-ust-java-agent / java / lttng-ust-agent-common / org / lttng / ust / agent / LTTngAgent.java
index 6b4f0135de08e4f05ffd0fa8ab472f55d6ddd212..ebbe2357770b6c9b57e6f386fab1f89c22d0e140 100644 (file)
@@ -52,6 +52,7 @@ public class LTTngAgent {
         * logging. This dispose function is non-static for backwards
         * compatibility purposes.
         */
+       @SuppressWarnings("static-method")
        public void dispose() {
                synchronized (LTTngAgent.class) {
                        if (instance != null) {
This page took 0.023503 seconds and 4 git commands to generate.