...
* @throws NamingException
*/
public HashMap getProfileData(
...)
throws NamingException {
Its a javadoc syntaxe problem. You neeed to add the "NamingException"
description :
...
* @throws NamingException the naming exception description
*/
public HashMap getProfileData(
...)
throws NamingException {
Nicolas,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
