update license info

This commit is contained in:
2024-02-27 20:57:19 +08:00
parent eeac095187
commit ed598a6693
2 changed files with 5 additions and 6 deletions

View File

@@ -18,7 +18,6 @@ public class AgentMain {
.on(ElementMatchers.isConstructor().and(ElementMatchers.takesArgument(0, Set.class)))))
.asTerminalTransformation()
.type(ElementMatchers.named("sun.net.www.http.HttpClient"))
.transform((builder, typeDescription, classLoader, module, protectionDomain) -> builder
.visit(Advice.to(HttpClientAdvice.class)