See comments inline. ----- Original Message ----- From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 16, 2002 7:07 AM Subject: Re: [Xdoclet-devel] CVS update: xdoclet/core/resources/xdoclet/jmx
> On 2002.02.15 04:48:46 -0500 J?r?me Bernard wrote: > > Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/jmx > > In directory usw-pr-cvs1:/tmp/cvs-serv867/core/resources/xdoclet/jmx > > > > Modified Files: > > mbean.j > > Log Message: > > Removed unnecessary modifiers (public, final and static) as there is no > > need for such modifiers in an interface. > > > > ummm the only variables in an interface have to be public static final, i.e > constants, which is what this was. Yes, they have to, you're right. But since they have to, this is simply redundant information that is unneeded. And jikes generates so many warning about such things... > Anyway I'm replacing this with a merge point, a better solution. Effectively. Your solution is definitely better. > > thanks > david jencks Jerome. _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
