You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/06/27 21:52:36 UTC

svn commit: r1497534 - /commons/proper/chain/trunk/base/src/test/java/org/apache/commons/chain2/impl/TestContextTestCase.java

Author: britter
Date: Thu Jun 27 19:52:36 2013
New Revision: 1497534

URL: http://svn.apache.org/r1497534
Log:
Add version keyword

Modified:
    commons/proper/chain/trunk/base/src/test/java/org/apache/commons/chain2/impl/TestContextTestCase.java

Modified: commons/proper/chain/trunk/base/src/test/java/org/apache/commons/chain2/impl/TestContextTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/base/src/test/java/org/apache/commons/chain2/impl/TestContextTestCase.java?rev=1497534&r1=1497533&r2=1497534&view=diff
==============================================================================
--- commons/proper/chain/trunk/base/src/test/java/org/apache/commons/chain2/impl/TestContextTestCase.java (original)
+++ commons/proper/chain/trunk/base/src/test/java/org/apache/commons/chain2/impl/TestContextTestCase.java Thu Jun 27 19:52:36 2013
@@ -30,6 +30,8 @@ import org.junit.Test;
 /**
  * Extension of <code>ContextBaseTestCase</code> to validate property
  * delegation.
+ *
+ * @version $Id$
  */
 public class TestContextTestCase extends ContextBaseTestCase {