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. Anyway I'm replacing this with a merge point, a better solution. thanks david jencks > > > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > > _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
