Peer review for Stabilization of replication - apply rule I9
http://www.adempiere.com/index.php/Release_Commit_Rules#I9_-_Regenerate_serialVersionUID_when_required_.28B.29 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2936561
This commit is contained in:
parent
797e5a7672
commit
381a06acd5
|
@ -50,11 +50,10 @@ import org.compiere.util.CLogger;
|
|||
*
|
||||
*/
|
||||
public class MEXPFormat extends X_EXP_Format {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 1455411275338766608L;
|
||||
private static final long serialVersionUID = -5011042965945626099L;
|
||||
|
||||
/** Static Logger */
|
||||
private static CLogger s_log = CLogger.getCLogger (MEXPFormat.class);
|
||||
|
|
|
@ -93,7 +93,7 @@ public abstract class PO
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 8413360272600437423L;
|
||||
private static final long serialVersionUID = 4112064325136026951L;
|
||||
|
||||
private static final String USE_TIMEOUT_FOR_UPDATE = "org.adempiere.po.useTimeoutForUpdate";
|
||||
|
||||
|
|
Loading…
Reference in New Issue