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

[624 byte] By [muhammadowaisa] at [2007-10-2 12:15:23]
# 1
I had missed a closing breacket '}'
muhammadowaisa at 2007-7-13 9:00:43 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...