Commit 25e04314 authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 18/02/20

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216758 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b4eb62ee
......@@ -47,7 +47,7 @@ public class PayStruChgReqSubmit extends ValidatorEJB implements PayStruChgReqSu
//Document dom = null;
ResultSet rs = null;
PreparedStatement pstmt = null;
ArrayList<String> empList = new ArrayList<>();
ArrayList<String> empList = new ArrayList();
int cnt = 0 , MailCnt = 0;
boolean isMailSend = false;
try
......@@ -225,7 +225,7 @@ public class PayStruChgReqSubmit extends ValidatorEJB implements PayStruChgReqSu
String hrEmpCode = "", hrEmpCode1 = "", hrEmpCode2 = "";
PreparedStatement pstmt = null;
ResultSet rs = null;
ArrayList<String> empCodeList=new ArrayList<>();
ArrayList<String> empCodeList=new ArrayList();
int hrCnt=0;
try
{
......
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