We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765ccd1 commit b2ecd8eCopy full SHA for b2ecd8e
agent/runtime-attach/src/main/java/com/microsoft/applicationinsights/attach/ApplicationInsights.java
@@ -4,7 +4,6 @@
4
package com.microsoft.applicationinsights.attach;
5
6
import io.opentelemetry.contrib.attach.core.CoreRuntimeAttach;
7
-import javax.annotation.Nullable;
8
import java.io.BufferedReader;
9
import java.io.File;
10
import java.io.IOException;
@@ -17,6 +16,7 @@
17
16
import java.util.logging.Level;
18
import java.util.logging.Logger;
19
import java.util.stream.Collectors;
+import javax.annotation.Nullable;
20
21
/** This class allows you to attach the Application Insights agent for Java at runtime. */
22
public final class ApplicationInsights {
0 commit comments