IDEMPIERE-902 reload method in WFEditor has no visibility defined.

This commit is contained in:
Heng Sin Low 2013-05-03 15:05:46 +08:00
parent 4f9e09c0ca
commit 32f5ee1ad9
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ public class WFEditor extends ADForm {
w.doHighlighted();
}
void reload(int workflowId, boolean reread) {
protected void reload(int workflowId, boolean reread) {
center.removeChild(table);
createTable();
center.appendChild(table);