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 22:15:43 UTC

svn commit: r1492408 - /commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/generic/LookupCommandTestCase.java

Author: britter
Date: Wed Jun 12 20:15:42 2013
New Revision: 1492408

URL: http://svn.apache.org/r1492408
Log:
Use Id keyword instead of revision

Modified:
    commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/generic/LookupCommandTestCase.java

Modified: commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/generic/LookupCommandTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/generic/LookupCommandTestCase.java?rev=1492408&r1=1492407&r2=1492408&view=diff
==============================================================================
--- commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/generic/LookupCommandTestCase.java (original)
+++ commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/generic/LookupCommandTestCase.java Wed Jun 12 20:15:42 2013
@@ -39,7 +39,7 @@ import org.junit.Test;
 /**
  * <p>Test case for the <code>LookupCommand</code> class.</p>
  *
- * @version $Revision$
+ * @version $Id$
  */
 
 public class LookupCommandTestCase {