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:57:42 +0000 (18:57 -0400)
commit502d6e0f22a4f181d278371b63ce301953c6639a
treec4deda844fd20cc94c83737b9ee1b616d73bcced
parent94f9dc944ea8c60b632c832aa6faaa78eb349417
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.025142 seconds and 4 git commands to generate.