@since 3.0? Should this be 2.0? :) Same for previous commit to this... Matt
On Mon, Sep 5, 2011 at 2:07 PM, <[email protected]> wrote: > Author: simonetripodi > Date: Mon Sep 5 19:07:51 2011 > New Revision: 1165395 > > URL: http://svn.apache.org/viewvc?rev=1165395&view=rev > Log: > added missing @since tag in isFrozen() method javadoc > > Modified: > > commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/ChainBase.java > > Modified: > commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/ChainBase.java > URL: > http://svn.apache.org/viewvc/commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/ChainBase.java?rev=1165395&r1=1165394&r2=1165395&view=diff > ============================================================================== > --- > commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/ChainBase.java > (original) > +++ > commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/ChainBase.java > Mon Sep 5 19:07:51 2011 > @@ -234,6 +234,7 @@ public class ChainBase<C extends Context > * @return true, if the configuration of our commands list > * has been frozen by a call to the <code>execute()</code> method, > * false otherwise. > + * @since 3.0 > */ > public boolean isFrozen() { > return frozen; > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
