revert variable name and best documentation

http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2866112&group_id=176962
This commit is contained in:
vpj-cd 2009-09-24 23:22:28 +00:00
parent 8e36264857
commit 077406dc41
1 changed files with 4 additions and 4 deletions

View File

@ -30,13 +30,13 @@ public class MRefTable extends X_AD_Ref_Table
/**
* Standard Constructor
* @param ctx context
* @param AD_Ref_Table_ID id
* @param AD_Reference_ID id warning if you are referring to reference list or table type should be used AD_Reference_Value_ID
* @param trxName trx
*/
public MRefTable (Properties ctx, int AD_Ref_Table_ID, String trxName)
public MRefTable (Properties ctx, int AD_Reference_ID, String trxName)
{
super (ctx, AD_Ref_Table_ID, trxName);
if (AD_Ref_Table_ID == 0)
super (ctx, AD_Reference_ID, trxName);
if (AD_Reference_ID == 0)
{
// setAD_Table_ID (0);
// setAD_Display (0);