Commit 553dddba authored by ssurve's avatar ssurve

code corrections


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96242 ce508802-f39f-4f6c-b175-0d175dae99d5
parent efb28724
...@@ -83,7 +83,7 @@ public String wfValData(String xmlString, String xmlString1, String xmlString2, ...@@ -83,7 +83,7 @@ public String wfValData(String xmlString, String xmlString1, String xmlString2,
errString = wfValData(dom, dom1, dom2, objContext, editFlag, xtraParams); errString = wfValData(dom, dom1, dom2, objContext, editFlag, xtraParams);
} }
} catch (Exception e) { } catch (Exception e) {
System.out.println("Exception : Inside DocumentMaster wfValData Method ..> " + e.getMessage()); System.out.println("Exception : Inside Load Close wfValData Method ..> " + e.getMessage());
throw new ITMException(e); throw new ITMException(e);
} }
return (errString); return (errString);
...@@ -446,8 +446,9 @@ public String itemChanged(Document dom, Document dom1, Document dom2, String obj ...@@ -446,8 +446,9 @@ public String itemChanged(Document dom, Document dom1, Document dom2, String obj
pstmt = null; pstmt = null;
} }
conn.close(); conn.close();
conn = null;
} }
conn = null;
} }
catch(Exception d) catch(Exception d)
{ {
......
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