small typo mistake and code format.
This commit is contained in:
parent
ceb9f5ec2e
commit
8b77820fc0
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue