Commit 15c489b4 authored by jshaikh's avatar jshaikh

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192938 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 74c905ba
......@@ -41,9 +41,12 @@ public class DistIssueIC extends ValidatorEJB {
Document dom1 = null;
Document dom2 = null;
String valueXmlString = "";
System.out.println("xmlString............."+xmlString+"\n\n");
//Commented by Jaffar S. as suggested by Piyush Sir because it takes 4-6 second on each item change [Start- 15-11-18]
/*System.out.println("xmlString............."+xmlString+"\n\n");
System.out.println("xmlString1............"+xmlString1+"\n\n");
System.out.println("xmlString2............"+xmlString2+"\n\n");
System.out.println("xmlString2............"+xmlString2+"\n\n");*/
//Commented by Jaffar S. as suggested by Piyush Sir because it takes 4-6 second on each item change [End- 15-11-18]
try
{
if(xmlString != null && xmlString.trim().length() > 0)
......
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