Fix: lttng java agent: dispose is non-static
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 11 Apr 2016 22:57:42 +0000 (18:57 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 11 Apr 2016 22:59:41 +0000 (18:59 -0400)
commit9355f0499ff8df40fe571907eaf0e8373166b963
treec4deda844fd20cc94c83737b9ee1b616d73bcced
parent0810c65b69a2b2f18d1c2f0e32c3d9ab92a49867
Fix: lttng java agent: dispose is non-static

The UST 2.7 java agent LTTngAgent class has a non-static dispose method.
This class is kept in 2.8 for backwards compatibility purposes. Keep
this API unchanged.

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.024748 seconds and 4 git commands to generate.