Commit 0653ee9b authored by kshinde's avatar kshinde

checkNull method name corrected.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104969 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1cfb0706
......@@ -2818,7 +2818,7 @@ conn = getConnection();
{
siteDescr = rs.getString(1);
finEntity = rs.getString(2);
bankCode = CheckNull(rs.getString(3));
bankCode = checkNull(rs.getString(3));
}
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