minor - fixed serial id

This commit is contained in:
Heng Sin Low 2009-10-27 07:46:57 +00:00
parent 75764d4298
commit 8e2bf98b33
1 changed files with 3 additions and 3 deletions

View File

@ -90,13 +90,13 @@ import org.compiere.util.ValueNamePair;
*/
public class GridTab implements DataStatusListener, Evaluatee, Serializable
{
public static final String DEFAULT_STATUS_MESSAGE = "NavigateOrUpdate";
/**
*
*/
private static final long serialVersionUID = 1021401221795805887L;
private static final long serialVersionUID = 7198494041906579986L;
public static final String DEFAULT_STATUS_MESSAGE = "NavigateOrUpdate";
/**
* Create Tab (Model) from Value Object.
* <p>