Commit 148b0825 authored by ssalve's avatar ssalve

Sarita : Done changes

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198497 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1e8d3c77
......@@ -70,7 +70,7 @@ public class SRLContainerConfirm extends ActionHandlerEJB implements SRLContaine
rs = pstmt.executeQuery();
if(rs.next())
{
srlStatus = checkNullAndTrim("status");
srlStatus = checkNullAndTrim(rs.getString("status"));
System.out.println("Status of SRL Container" + srlStatus);
}
if(rs != null){rs.close();rs = null;}
......
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