Commit bd7ecf2e authored by manohar's avatar manohar

hard-coded key_string removed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97190 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 441cc85f
...@@ -542,7 +542,7 @@ public class WorderCampaign extends ProcessEJB implements WorderCampaignLocal, W ...@@ -542,7 +542,7 @@ public class WorderCampaign extends ProcessEJB implements WorderCampaignLocal, W
rs = null; rs = null;
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
keyString = "seq10"; //keyString = "seq10";
System.out.println("keyString :" + keyString); System.out.println("keyString :" + keyString);
System.out.println("keyCol :" + keyCol); System.out.println("keyCol :" + keyCol);
System.out.println("tranSer :" + tranSer); System.out.println("tranSer :" + tranSer);
......
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