> > +/**
> > + * <a href="http://en.wikipedia.org/wiki/Generalised_logistic_function";>
> > + *  Generalised logistic</a> function.
> > + *
> > + * @version $Revision$ $Date$
> 
> $Date$ is Locale-specific, so causes problems when comparing source
> code with SVN.
> 
> $Id$ is OK because it uses UTC, but it also includes the file name and
> last user id, so is fairly long.
> 
> $Revision$ should be sufficient in general.

Is this a general suggestion for changing those tags in all of CM?

Since I started committing, I've always tagged every new file with
  $Revision$ $Date$
as was being done in all of CM.

See, for example,
  
src/main/java/org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.java
  src/main/java/org/apache/commons/math/geometry/Rotation.java
I think that the list is quite long...


Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to