Commit 79ff87ec authored by smane's avatar smane

Changes EJB File for QC Sampling Wizard(M14HFRA001)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96923 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5f5c70d3
...@@ -434,7 +434,7 @@ public class QCSampleWizIC extends ValidatorEJB implements QCSampleWizICLocal,QC ...@@ -434,7 +434,7 @@ public class QCSampleWizIC extends ValidatorEJB implements QCSampleWizICLocal,QC
} }
catch(Exception e) catch(Exception e)
{ {
System.out.println("Exception : [TrainingEJB][itemChanged(String,String)] :==>\n"+e.getMessage()); System.out.println("Exception : [QCSampleWizIC][itemChanged(String,String)] :==>\n"+e.getMessage());
throw new ITMException( e ); throw new ITMException( e );
} }
return valueXmlString; return valueXmlString;
......
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