Author: simonetripodi
Date: Tue Sep  6 16:27:41 2011
New Revision: 1165755

URL: http://svn.apache.org/viewvc?rev=1165755&view=rev
Log:
fixed wrong version number, 3.0 not planned yet

Modified:
    
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/CatalogBase.java
    
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/CatalogBase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/CatalogBase.java?rev=1165755&r1=1165754&r2=1165755&view=diff
==============================================================================
--- 
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/CatalogBase.java
 (original)
+++ 
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/CatalogBase.java
 Tue Sep  6 16:27:41 2011
@@ -108,7 +108,7 @@ public class CatalogBase implements Cata
      * Returns the map of named {@link Command}s, keyed by name.
      *
      * @return The map of named {@link Command}s, keyed by name.
-     * @since 3.0
+     * @since 2.0
      */
     public Map<String, Command<? extends Context>> getCommands() {
         return unmodifiableMap(commands);

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=1165755&r1=1165754&r2=1165755&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
 Tue Sep  6 16:27:41 2011
@@ -234,7 +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
+     * @since 2.0
      */
     public boolean isFrozen() {
         return frozen;


Reply via email to