Merge
This commit is contained in:
commit
0218de0c75
@ -157,7 +157,7 @@ public class XPlottingViewer extends PlotterPanel implements ActionListener {
|
||||
public void run() {
|
||||
try {
|
||||
Number n =
|
||||
(Number) xmbean.getMBeanServerConnection().getAttribute(xmbean.getObjectName(), attributeName);
|
||||
(Number) xmbean.getSnapshotMBeanServerConnection().getAttribute(xmbean.getObjectName(), attributeName);
|
||||
long v;
|
||||
if (n instanceof Float || n instanceof Double) {
|
||||
plotter.setDecimals(PLOTTER_DECIMALS);
|
||||
|
Loading…
x
Reference in New Issue
Block a user