fixed a really small typo
This commit is contained in:
parent
1660f62fe3
commit
1037232823
|
@ -86,7 +86,7 @@ public class WGraph extends Div implements IdSpace {
|
||||||
|
|
||||||
private boolean m_renderChart = true;
|
private boolean m_renderChart = true;
|
||||||
|
|
||||||
/** Zero/Zero Coordibate point */
|
/** Zero/Zero Coordinate point */
|
||||||
private Point m_point0_0 = null;
|
private Point m_point0_0 = null;
|
||||||
|
|
||||||
/** Logger */
|
/** Logger */
|
||||||
|
|
Loading…
Reference in New Issue