Commit 7b911331 authored by cchaudhari's avatar cchaudhari

Parsing exception for quantity column in many places as it is done directly...

Parsing exception for quantity column in many places as it is done directly without initialising if null

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202034 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d6956378
...@@ -1038,7 +1038,7 @@ public class StockTransferEJB extends ValidatorEJB implements StockTransferEJBRe ...@@ -1038,7 +1038,7 @@ public class StockTransferEJB extends ValidatorEJB implements StockTransferEJBRe
Connection conn = null; Connection conn = null;
PreparedStatement pstmt = null; PreparedStatement pstmt = null;
StringBuffer valueXmlString = new StringBuffer(); http://192.168.0.217:9090/ibase/E12BROWSER/BaseE12.jsp?locale=en#/ StringBuffer valueXmlString = new StringBuffer();
System.out.println("hello:"); System.out.println("hello:");
...@@ -1872,4 +1872,4 @@ public class StockTransferEJB extends ValidatorEJB implements StockTransferEJBRe ...@@ -1872,4 +1872,4 @@ public class StockTransferEJB extends ValidatorEJB implements StockTransferEJBRe
} }
return msgType; return msgType;
} }
} }
\ No newline at end of file
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