提交 e4c30fbd 编写于 作者: T tbell

Merge

...@@ -157,7 +157,7 @@ public class XPlottingViewer extends PlotterPanel implements ActionListener { ...@@ -157,7 +157,7 @@ public class XPlottingViewer extends PlotterPanel implements ActionListener {
public void run() { public void run() {
try { try {
Number n = Number n =
(Number) xmbean.getMBeanServerConnection().getAttribute(xmbean.getObjectName(), attributeName); (Number) xmbean.getSnapshotMBeanServerConnection().getAttribute(xmbean.getObjectName(), attributeName);
long v; long v;
if (n instanceof Float || n instanceof Double) { if (n instanceof Float || n instanceof Double) {
plotter.setDecimals(PLOTTER_DECIMALS); plotter.setDecimals(PLOTTER_DECIMALS);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册