On Sat, 16 Oct 2004 14:09:59 -0400, Paul Speed <[EMAIL PROTECTED]> wrote: > It is kind of nice to have revision information in the javadocs though, > isn't it? I've at least found it useful in my own projects.
The thing is that in Subversion, the revision numbers are repository-wide, and not file specific. So making a change to a file might cause the revision number to change from 55123 to 56456. IMHO, the value of including that information in JavaDocs is dubious. -- Martin Cooper > > -Paul > > > > Martin Cooper wrote: > > > I would suggest just taking this line out... > > > > -- > > Martin Cooper > > > > > > On 16 Oct 2004 16:09:27 -0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > >>Author: germuska > >>Date: Sat Oct 16 09:09:25 2004 > >>New Revision: 54927 > >> > >>Modified: > >> struts/trunk/src/test/org/apache/struts/action/TestActionMessages.java > >> (contents, props changed) > >>Log: > >>try again with keywords 'date author id rev' and change keyword to 'Rev' after > >>testing on local SVN server > >> > >>Modified: struts/trunk/src/test/org/apache/struts/action/TestActionMessages.java > >>============================================================================== > >>--- struts/trunk/src/test/org/apache/struts/action/TestActionMessages.java > >>(original) > >>+++ struts/trunk/src/test/org/apache/struts/action/TestActionMessages.java > >>Sat Oct 16 09:09:25 2004 > >>@@ -27,7 +27,7 @@ > >>/** > >> * Unit tests for the <code>org.apache.struts.action.ActionMessages</code> class. > >> * > >>- * @version $Revision: 1.7 $ $Date$ > >>+ * @version $Rev$ $Date$ > >> */ > >> > >>public class TestActionMessages extends TestCase { > >> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]