minor - comments.

This commit is contained in:
Heng Sin Low 2009-03-20 08:56:16 +00:00
parent 1b4adfbf6b
commit 876ae1ff81
1 changed files with 2 additions and 1 deletions

View File

@ -1167,9 +1167,10 @@ public class GridController extends CPanel
// Save Confirmation dialog MTable-RowSave
if (e.getPropertyName().equals(GridTable.PROPERTY))
{
// throw new PropertyVetoException calls this method (??) again
// throw new PropertyVetoException will call this listener again to revert to old value
if (m_vetoActive)
{
//ignore
m_vetoActive = false;
return;
}