Suppress static method warning
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 2 Jun 2016 03:03:07 +0000 (23:03 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 2 Jun 2016 13:20:49 +0000 (15:20 +0200)
commit41f8fda3d593c00bc2a1f56294487054a5dd8ea0
tree414867d1d3a0c24b4e4c2af01510e27db9a177f1
parent6e1fdc3a9e5e6231c8edc87b35eb9babdc4b69bb
Suppress static method warning

The LTTngAgent#dispose method is static on purpose (see commit
9355f049), and will remain so as long as this agent will be
supported, so we can suppress the compiler warning telling
us the method can be made static.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/LTTngAgent.java
This page took 0.02621 seconds and 5 git commands to generate.