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:21:34 +0000 (15:21 +0200)
commitfb30ba0004613d08357def6cdc3122083dd0019e
treedcced6e2d10abf7e002d2f9841c15bccabb835e6
parent66775b63c7eb4ae1465450196dab698741b66f7b
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.024467 seconds and 4 git commands to generate.