Commit 44a3b8fa authored by kdabholkar's avatar kdabholkar

commited changes for sync seperation

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@139921 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6b0f2ece
...@@ -14521,12 +14521,12 @@ public class GstDataPrc extends ProcessEJB implements GstDataPrcLocal,GstDataPrc ...@@ -14521,12 +14521,12 @@ public class GstDataPrc extends ProcessEJB implements GstDataPrcLocal,GstDataPrc
/* commented by kaustubh on 7 sep 2017*/ /* commented by kaustubh on 7 sep 2017*/
if(("NULLFOUND".equals(gstDataSink) || gstDataSink == null || gstDataSink.trim().length() == 0)) /*if(("NULLFOUND".equals(gstDataSink) || gstDataSink == null || gstDataSink.trim().length() == 0))
{ {
System.out.println("GST_DATA_SYNC not found or blank"); System.out.println("GST_DATA_SYNC not found or blank");
} }*/
else if("Y".equalsIgnoreCase(gstDataSink)) //else if("Y".equalsIgnoreCase(gstDataSink))
{ //{
try try
{ {
...@@ -14554,7 +14554,7 @@ public class GstDataPrc extends ProcessEJB implements GstDataPrcLocal,GstDataPrc ...@@ -14554,7 +14554,7 @@ public class GstDataPrc extends ProcessEJB implements GstDataPrcLocal,GstDataPrc
{ {
errorMessage.append("\n GST Data not synched successfully "); errorMessage.append("\n GST Data not synched successfully ");
} }
} //}
} }
else if("C".equalsIgnoreCase(prcType)) else if("C".equalsIgnoreCase(prcType))
{ {
......
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