Browse Source

优化代码

master
mengao 8 years ago
parent
commit
d2bd8c424e
  1. 5
      designer_chart/src/com/fr/design/chart/fun/impl/AbstractIndependentChartUI4Custom.java

5
designer_chart/src/com/fr/design/chart/fun/impl/AbstractIndependentChartUI4Custom.java

@ -82,10 +82,7 @@ public abstract class AbstractIndependentChartUI4Custom implements IndependentCh
public String getPlotTypeTitle4PopupWindow(){
return getPlotTypePane().title4PopupWindow();
}
@Override
public int currentAPILevel() {
return Integer.MAX_VALUE;
}
}

Loading…
Cancel
Save