Skip to content

Commit

Permalink
KAFKA-17722 Fix "this-escape" compiler warnings (BrokerTopicMetrics) …
Browse files Browse the repository at this point in the history
…for JDK 23 (#17439)

Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
ChengyanOo authored Oct 12, 2024
1 parent ca42226 commit a880c84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;

public class BrokerTopicMetrics {
public final class BrokerTopicMetrics {
public static final String MESSAGE_IN_PER_SEC = "MessagesInPerSec";
public static final String BYTES_IN_PER_SEC = "BytesInPerSec";
public static final String BYTES_OUT_PER_SEC = "BytesOutPerSec";
Expand Down

0 comments on commit a880c84

Please sign in to comment.