Peer review [3015917] - Errors for processes run from included tab should be shown.

minor - just regenerate the serialVersionUID
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015917
This commit is contained in:
Carlos Ruiz 2010-06-14 19:36:56 +00:00
parent 64a2f0fb1d
commit 90b27a5a56
3 changed files with 8 additions and 7 deletions

View File

@ -104,7 +104,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
/** /**
* *
*/ */
private static final long serialVersionUID = -8762357519103152929L; private static final long serialVersionUID = -8055500064230704903L;
public static final String DEFAULT_STATUS_MESSAGE = "NavigateOrUpdate"; public static final String DEFAULT_STATUS_MESSAGE = "NavigateOrUpdate";

View File

@ -87,11 +87,12 @@ import org.compiere.util.ValueNamePair;
public class GridTable extends AbstractTableModel public class GridTable extends AbstractTableModel
implements Serializable implements Serializable
{ {
public static final String DATA_REFRESH_MESSAGE = "Refreshed";
/** /**
* generated *
*/ */
private static final long serialVersionUID = -4397161719594270579L; private static final long serialVersionUID = 7799823493936826600L;
public static final String DATA_REFRESH_MESSAGE = "Refreshed";
/** /**
* JDBC Based Buffered Table * JDBC Based Buffered Table

View File

@ -53,7 +53,7 @@ public class StatusBarPanel extends Panel implements EventListener, IStatusBar
/** /**
* *
*/ */
private static final long serialVersionUID = 8401520243224743864L; private static final long serialVersionUID = -3262889055635240201L;
private static final String POPUP_INFO_BACKGROUND_STYLE = "background-color: #262626; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #262626; border-radius: 3px; "; private static final String POPUP_INFO_BACKGROUND_STYLE = "background-color: #262626; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #262626; border-radius: 3px; ";
private static final String POPUP_ERROR_BACKGROUND_STYLE = "background-color: #8B0000; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #8B0000; border-radius: 3px; "; private static final String POPUP_ERROR_BACKGROUND_STYLE = "background-color: #8B0000; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #8B0000; border-radius: 3px; ";