|
Mike, It
seems to be OK. @return tag doesn’t specify actual return type. It just
describes it. Best regards, ------------------------------ IntelliJ Software, "Develop with pleasure!"
http://www.intellij.com -----Original Message----- Hi, I'm currently using #608, JDK 1.3.1_02,
Win2000. Below might be an issue you guys can verify:
/** * @param pks AccountPK[] * @return DetailModel */
AccountModel[] get(AccountPK[] pks, User user)
throws ApplicationException, RemoteException, SecurityException; The above code does not yield an error for
javadoc, for the @return. Is this the correct behavior? Thanks, Mike Liu |
Title: javadoc issue
