Skip to content

Commit 5879ba6

Browse files
committed
make class public to appease javadoc
1 parent d8517be commit 5879ba6

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/spring/spring-webflux/spring-webflux-5.3/testing-webflux7/src/main/java/io/opentelemetry/instrumentation/spring/webflux/client

1 file changed

+1
-1
lines changed

instrumentation/spring/spring-webflux/spring-webflux-5.3/testing-webflux7/src/main/java/io/opentelemetry/instrumentation/spring/webflux/client/Webflux7Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import org.springframework.web.reactive.function.client.WebClient;
1212
import reactor.core.publisher.Mono;
1313

14-
class Webflux7Util {
14+
public class Webflux7Util {
1515
static final boolean isWebflux7 = detectWebflux7();
1616

1717
private static boolean detectWebflux7() {

0 commit comments

Comments
 (0)