Skip to content

Commit 8859ef8

Browse files
authored
Minor formatting update to gRPC Proxies tab (#125)
1 parent 5ab1659 commit 8859ef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/panel/CoherenceGrpcProxyPanel.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2025 Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -82,11 +82,11 @@ public CoherenceGrpcProxyPanel(VisualVMModel model)
8282
pnlHeader.add(getLocalizedLabel("LBL_total_grpc_servers", f_txtTotalGrpcProxyServers));
8383
pnlHeader.add(f_txtTotalGrpcProxyServers);
8484

85-
f_txtTotalMsgRec = getTextField(5, JTextField.RIGHT);
85+
f_txtTotalMsgRec = getTextField(9, JTextField.RIGHT);
8686
pnlHeader.add(getLocalizedLabel("LBL_total_grpc_msg_rec", f_txtTotalMsgRec));
8787
pnlHeader.add(f_txtTotalMsgRec);
8888

89-
f_txtTotalRespSent = getTextField(5, JTextField.RIGHT);
89+
f_txtTotalRespSent = getTextField(9, JTextField.RIGHT);
9090
pnlHeader.add(getLocalizedLabel("LBL_total_grpc_resp_sent", f_txtTotalRespSent));
9191
pnlHeader.add(f_txtTotalRespSent);
9292

0 commit comments

Comments
 (0)