minor - remove an eclipse editor warning
This commit is contained in:
parent
5fb24d597b
commit
ec3939024f
|
@ -109,6 +109,7 @@ public class WPaySelect extends PaySelect
|
||||||
private Label labelDtype = new Label();
|
private Label labelDtype = new Label();
|
||||||
private Listbox fieldDtype = ListboxFactory.newDropdownListbox();
|
private Listbox fieldDtype = ListboxFactory.newDropdownListbox();
|
||||||
private Panel southPanel;
|
private Panel southPanel;
|
||||||
|
@SuppressWarnings("unused")
|
||||||
private ProcessInfo m_pi;
|
private ProcessInfo m_pi;
|
||||||
private boolean m_isLock;
|
private boolean m_isLock;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue