Peer review for FR [2871676] New Fin Report Amount types

Applying rules I5 -> indirectly I9
http://www.adempiere.com/index.php/Release_Commit_Rules
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2871676
This commit is contained in:
Carlos Ruiz 2010-02-01 22:41:16 +00:00
parent a8a91a7e1d
commit f38965f54c
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
/** /**
* *
*/ */
private static final long serialVersionUID = 20090915L; private static final long serialVersionUID = 20100201L;
/** Standard Constructor */ /** Standard Constructor */
public X_I_ReportLine (Properties ctx, int I_ReportLine_ID, String trxName) public X_I_ReportLine (Properties ctx, int I_ReportLine_ID, String trxName)

View File

@ -32,7 +32,7 @@ public class X_PA_ReportColumn extends PO implements I_PA_ReportColumn, I_Persis
/** /**
* *
*/ */
private static final long serialVersionUID = 20090915L; private static final long serialVersionUID = 20100201L;
/** Standard Constructor */ /** Standard Constructor */
public X_PA_ReportColumn (Properties ctx, int PA_ReportColumn_ID, String trxName) public X_PA_ReportColumn (Properties ctx, int PA_ReportColumn_ID, String trxName)

View File

@ -30,7 +30,7 @@ public class X_PA_ReportLine extends PO implements I_PA_ReportLine, I_Persistent
/** /**
* *
*/ */
private static final long serialVersionUID = 20090915L; private static final long serialVersionUID = 20100201L;
/** Standard Constructor */ /** Standard Constructor */
public X_PA_ReportLine (Properties ctx, int PA_ReportLine_ID, String trxName) public X_PA_ReportLine (Properties ctx, int PA_ReportLine_ID, String trxName)