Implement [2892388] - Change visibility of method VCreateFromDialog.setStatusLine
https://sourceforge.net/tracker/?func=detail&aid=2892388&group_id=176962&atid=879335
This commit is contained in:
parent
d47ded66a3
commit
940bc8596b
|
@ -177,7 +177,7 @@ public class VCreateFromDialog extends CDialog implements ActionListener, TableM
|
|||
createFrom.info();
|
||||
}
|
||||
|
||||
protected void setStatusLine(int selectedRowCount, String text)
|
||||
public void setStatusLine(int selectedRowCount, String text)
|
||||
{
|
||||
StringBuffer sb = new StringBuffer(String.valueOf(selectedRowCount));
|
||||
if (text != null && text.trim().length() > 0) {
|
||||
|
|
Loading…
Reference in New Issue