Skip to content

Commit 9649cc3

Browse files
committed
fix visibility
1 parent ebb37d7 commit 9649cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/grpc-1.6/testing/src/main/java/io/opentelemetry/instrumentation/grpc/v1_6/ExperimentalTestHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ExperimentalTestHelper {
2121
longKey("grpc.received.message_count");
2222
static final AttributeKey<Long> GRPC_SENT_MESSAGE_COUNT = longKey("grpc.sent.message_count");
2323

24-
public static AttributeAssertion experimentalSatisfies(
24+
static AttributeAssertion experimentalSatisfies(
2525
AttributeKey<Long> key, Consumer<? super Long> assertion) {
2626
return satisfies(
2727
key, val -> val.satisfiesAnyOf(v -> assertThat(isEnabled).isFalse(), assertion::accept));

0 commit comments

Comments
 (0)