Commit 15c489b4 authored by jshaikh's avatar jshaikh
parent 74c905ba
...@@ -41,9 +41,12 @@ public class DistIssueIC extends ValidatorEJB { ...@@ -41,9 +41,12 @@ public class DistIssueIC extends ValidatorEJB {
Document dom1 = null; Document dom1 = null;
Document dom2 = null; Document dom2 = null;
String valueXmlString = ""; 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("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 try
{ {
if(xmlString != null && xmlString.trim().length() > 0) 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