Skip to content

Commit 73dca78

Browse files
committed
Cleaning up throws clause
1 parent 93c5107 commit 73dca78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dd-java-agent/src/main/java/datadog/trace/bootstrap/AgentBootstrap.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ private static void agentmainImpl(
121121
final BootstrapInitializationTelemetry initTelemetry,
122122
final String agentArgs,
123123
final Instrumentation inst)
124-
throws IOException, URISyntaxException, ClassNotFoundException, NoSuchMethodException,
125-
IllegalAccessException, InvocationTargetException {
124+
throws IOException, URISyntaxException, ReflectiveOperationException {
126125
if (alreadyInitialized()) {
127126
initTelemetry.onError("already_initialized");
128127
// since tracer is presumably initialized elsewhere, still considering this complete

0 commit comments

Comments
 (0)