Skip to content

Commit 4fa2e88

Browse files
committed
can be static
1 parent cdf79b0 commit 4fa2e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/src/test/java/com/splunk/opentelemetry/opamp/OpampActivatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public void onMessage(OpampClient opampClient, MessageData messageData) {
236236
assertThat(agentToServer.agent_description.non_identifying_attributes).isEmpty();
237237
}
238238

239-
private Predicate<? super KeyValue> matching(String key, AnyValue... values) {
239+
private static Predicate<? super KeyValue> matching(String key, AnyValue... values) {
240240
return kv -> kv.key.equals(key) && kv.value.equals(createArrayAttribute(values));
241241
}
242242

0 commit comments

Comments
 (0)