small typo mistake and code format.

This commit is contained in:
trifonnt 2009-10-22 17:22:40 +00:00
parent ceb9f5ec2e
commit 8b77820fc0
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ public class MWFNextCondition extends X_AD_WF_NextCondition
} // MWFNextCondition } // MWFNextCondition
/** /**
* Load Cosntructor * Load Constructor
* @param ctx context * @param ctx context
* @param rs result set * @param rs result set
* @param trxName transaction * @param trxName transaction
@ -125,7 +125,7 @@ public class MWFNextCondition extends X_AD_WF_NextCondition
* *
*/ */
protected String getDecodedValue(String sValue,PO po) protected String getDecodedValue(String sValue, PO po)
{ {
String sRet = sValue; String sRet = sValue;