Commit 2f8a3aec authored by sghate's avatar sghate

shital: done changes on SiteItDeclAprvr.java

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206826 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1b1096d8
...@@ -218,13 +218,11 @@ public class SiteItDeclAprvr extends ValidatorEJB implements SiteItDeclAprvrRemo ...@@ -218,13 +218,11 @@ public class SiteItDeclAprvr extends ValidatorEJB implements SiteItDeclAprvrRemo
rs.close(); rs.close();
rs = null; rs = null;
} }
if ( pstmt != null ) if ( pstmt != null )
{ {
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
} }
if(siteCnt == 0) if(siteCnt == 0)
{ {
System.out.println("Invalid sitecode , Can not enter duplicate site code::::"); System.out.println("Invalid sitecode , Can not enter duplicate site code::::");
......
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