@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?
About Question enthuware.ocejws.v6.2.42 :
Moderators: Site Manager, fjwalraven
-
- Posts: 9
- Joined: Sat May 09, 2015 6:30 am
- Contact:
-
- Posts: 429
- Joined: Tue Jul 24, 2012 2:43 am
- Contact:
Re: About Question enthuware.ocejws.v6.2.42 :
Hi Piotr!
Thanks for your feedback!
Regards,
Frits
Yes, you are right. Fixed it for the next update.Shouldn't method "getTable" in answer be without "@Override" annotation?
Thanks for your feedback!
Regards,
Frits
Who is online
Users browsing this forum: No registered users and 6 guests