On Tue, Apr 10, 2001 at 04:15:09PM -0700, [EMAIL PROTECTED] wrote:
> -public abstract String getTitle() throws RemoteException;
> +public String getTitle() throws RemoteException;
We should get rid of the public qualifier from the interfaces as well (it's
implicit and discouraged by the language spec). This goes for all the
interfaces in the source and the docs.
Toby.
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development