We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b877623 commit c8e0dafCopy full SHA for c8e0daf
exporters/otlp/common/src/jmh/java/io/opentelemetry/exporter/internal/otlp/StringMarshalBenchmark.java
@@ -110,12 +110,12 @@ private static class TestMarshaler extends Marshaler {
110
context = new MarshalerContext(/* marshalStringNoAllocation= */ true, useUnsafe);
111
}
112
113
- public void initialize(String string) {
+ private void initialize(String string) {
114
value = string;
115
size = StringAnyValueStatelessMarshaler.INSTANCE.getBinarySerializedSize(string, context);
116
117
118
- public void reset() {
+ private void reset() {
119
context.reset();
120
121
0 commit comments