Allow compiling the Java agent with Java 1.6
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 29 Jul 2015 20:29:54 +0000 (16:29 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 29 Jul 2015 20:34:59 +0000 (16:34 -0400)
Previous patch d60dfbe inadvertently made use of
ReflectiveOperationException, which was introduced in Java 7.
To continue being able to compile the agent with Java 6, we
can list individual exception types instead.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.026144 seconds and 5 git commands to generate.