Page 1 of 1

About Question enthuware.ocejws.v6.2.42 :

Posted: Sun Jan 24, 2016 7:36 am
by piotr.kraciuk
@WebService
public class MathTableImpl {
@Override    
public SimpleMathTable getTable(Integer number) throws NegException {
     SimpleMathTable table = new SimpleMathTable(number);       
return table;    
}
}

Shouldn't method "getTable" in answer be without "@Override" annotation?

Re: About Question enthuware.ocejws.v6.2.42 :

Posted: Mon Jan 25, 2016 12:19 am
by fjwalraven
Hi Piotr!
Shouldn't method "getTable" in answer be without "@Override" annotation?
Yes, you are right. Fixed it for the next update.

Thanks for your feedback!

Regards,
Frits