Syntax error on keyword "void"; "interface", "class" expected
When migrating my application for Visual-Age to Web-Sphere 5.1
The following error occurred:
Syntax error on keyword "void"; "interface", "class" expected
for the code:
/**
* ejbLoad method comment
* @exception javax.ejb.EJBException The exception description.
*/
publicvoid ejbLoad()throws javax.ejb.EJBException{
_initLinks();
}
Thanking you in an advance

