Typo in merge conflict resolution

This commit is contained in:
Laplie Anderson 2019-11-21 13:07:02 -05:00
parent f1362a7d57
commit f0bbd46097
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public final class JaxRsAnnotationsInstrumentation extends Instrumenter.Default
.or(named("javax.ws.rs.OPTIONS"))
.or(named("javax.ws.rs.POST"))
.or(named("javax.ws.rs.PUT"))))),
JaxRsAnnotationsInstrumentation.class.getName() + "$JaxRsAnnotationsAdvice"));
JaxRsAnnotationsInstrumentation.class.getName() + "$JaxRsAnnotationsAdvice");
}
public static class JaxRsAnnotationsAdvice {