Skip to content

Commit ae547aa

Browse files
Checkstyle
1 parent 0ad0993 commit ae547aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/src/main/java/org/apache/kafka/clients/NetworkClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ private void handleInitiateApiVersionRequests(long now) {
11101110
ApiVersionsRequest.Builder apiVersionRequestBuilder = entry.getValue();
11111111
String clusterId = this.metadataUpdater.clusterId();
11121112
int nodeId = Integer.parseInt(node);
1113-
if (clusterId != null && nodeId < Integer.MAX_VALUE/2) {
1113+
if (clusterId != null && nodeId < Integer.MAX_VALUE / 2) {
11141114
System.out.println("CLUSTER_ID(" + clusterId + "), NODE_ID(" + nodeId + ")");
11151115
apiVersionRequestBuilder.setClusterId(clusterId);
11161116
apiVersionRequestBuilder.setNodeId(Integer.parseInt(node));

0 commit comments

Comments
 (0)