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/12 21:22:21 UTC

svn commit: r1492385 - /commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ContextBaseTestCase.java

Author: britter
Date: Wed Jun 12 19:22:21 2013
New Revision: 1492385

URL: http://svn.apache.org/r1492385
Log:
Use Id svn keyword instead of Date keyword

Modified:
    commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ContextBaseTestCase.java

Modified: commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ContextBaseTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ContextBaseTestCase.java?rev=1492385&r1=1492384&r2=1492385&view=diff
==============================================================================
--- commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ContextBaseTestCase.java (original)
+++ commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ContextBaseTestCase.java Wed Jun 12 19:22:21 2013
@@ -43,7 +43,7 @@ import org.junit.Test;
 /**
  * <p>Test case for the <code>ContextBase</code> class.</p>
  *
- * @version $Revision$ $Date$
+ * @version $Id $
  */
 
 public class ContextBaseTestCase {