We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126ef4b commit 1c85f06Copy full SHA for 1c85f06
1 file changed
inferred-spans/src/main/java/io/opentelemetry/contrib/inferredspans/InferredSpansProcessorBuilder.java
@@ -195,13 +195,13 @@ public InferredSpansProcessorBuilder startScheduledProfiling(boolean startSchedu
195
}
196
197
/** For testing only. */
198
- public InferredSpansProcessorBuilder activationEventsFile(@Nullable File activationEventsFile) {
+ InferredSpansProcessorBuilder activationEventsFile(@Nullable File activationEventsFile) {
199
this.activationEventsFile = activationEventsFile;
200
return this;
201
202
203
204
- public InferredSpansProcessorBuilder jfrFile(@Nullable File jfrFile) {
+ InferredSpansProcessorBuilder jfrFile(@Nullable File jfrFile) {
205
this.jfrFile = jfrFile;
206
207
0 commit comments