Commit ad5ca2a1 authored by ssalve's avatar ssalve

Sarita: Done changes on 25MAY2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@185445 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 35df4a54
......@@ -131,7 +131,8 @@ public class RcpDishnrPushData extends ActionHandlerEJB implements RcpDishnrPush
varValue = finCommon.getFinparams("999999", "RCDISHNR_NOSYNC_REAS", conn);
reasVarValues = new ArrayList<>(Arrays.asList(varValue.trim().split(",") ));
//reasVarValues = new ArrayList<>(Arrays.asList(varValue.trim().split(",") )); changes by sarita on 25MAY2018
reasVarValues = new ArrayList<String>(Arrays.asList(varValue.trim().split(",") ));
System.out.println("reasVarValues---["+reasVarValues+"]");
if("NULLFOUND".equalsIgnoreCase(varValue))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment