Skip to content

Commit 4c90960

Browse files
committed
fix warning
1 parent 825c6d2 commit 4c90960

File tree

1 file changed

+2
-2
lines changed
  • exporters/common/src/testGrpcSenderProvider/java/io/opentelemetry/exporter/internal/grpc

1 file changed

+2
-2
lines changed

exporters/common/src/testGrpcSenderProvider/java/io/opentelemetry/exporter/internal/grpc/GrpcExporterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void build_multipleSendersNoMatch() {
121121
private static class DummyServiceFutureStub
122122
extends MarshalerServiceStub<DummyMarshaler, Object, DummyServiceFutureStub> {
123123

124-
protected DummyServiceFutureStub(Channel channel, CallOptions callOptions) {
124+
private DummyServiceFutureStub(Channel channel, CallOptions callOptions) {
125125
super(channel, callOptions);
126126
}
127127

@@ -147,7 +147,7 @@ private static DummyServiceFutureStub newFutureStub(
147147

148148
private static class DummyMarshaler extends MarshalerWithSize {
149149

150-
protected DummyMarshaler() {
150+
private DummyMarshaler() {
151151
super(0);
152152
}
153153

0 commit comments

Comments
 (0)