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 f7de324 commit ef05b8bCopy full SHA for ef05b8b
src/main/kotlin/no/nav/navansatt/ActiveDirectoryClient.kt
@@ -1,10 +1,10 @@
1
package no.nav.navansatt
2
3
+import io.opentelemetry.api.trace.SpanKind
4
+import io.opentelemetry.instrumentation.annotations.WithSpan
5
import kotlinx.coroutines.Dispatchers
6
import kotlinx.coroutines.withContext
7
import org.apache.commons.text.StringEscapeUtils
-import io.opentelemetry.api.trace.SpanKind
-import io.opentelemetry.instrumentation.annotations.WithSpan
8
import org.slf4j.LoggerFactory
9
import java.util.Hashtable
10
import java.util.regex.Pattern
0 commit comments