corrected small typo in param comments.

ALSO THANKS TO TEO FOR THE FIRSTONLY() LESSON :)
This commit is contained in:
Redhuan D. Oon 2009-07-14 22:31:47 +00:00
parent c591c2f488
commit c04492e8c3
1 changed files with 3 additions and 4 deletions

View File

@ -40,7 +40,7 @@ public class M_Element extends X_AD_Element
/** /**
* Get case sensitive Column Name * Get case sensitive Column Name
* @param columnName case insentitive column name * @param columnName case insensitive column name
* @return case sensitive column name * @return case sensitive column name
*/ */
public static String getColumnName (String columnName) public static String getColumnName (String columnName)
@ -99,9 +99,8 @@ public class M_Element extends X_AD_Element
/** /**
* Get Element * Get Element
* @param ctx context * @param ctx context
* @param columnName case insentitive column name * @param columnName case insensitive column name
* @param columnName case insentitive column name * @param trxName trx
* @param trxName trx
* @return case sensitive column name * @return case sensitive column name
*/ */
public static M_Element getOfColumn (Properties ctx, int AD_Column_ID, String trxName) public static M_Element getOfColumn (Properties ctx, int AD_Column_ID, String trxName)