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/14 20:51:38 UTC

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

Author: britter
Date: Fri Jun 14 18:51:37 2013
New Revision: 1493202

URL: http://svn.apache.org/r1493202
Log:
Use Id svn keyword

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

Modified: commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ExceptionCommand.java
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ExceptionCommand.java?rev=1493202&r1=1493201&r2=1493202&view=diff
==============================================================================
--- commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ExceptionCommand.java (original)
+++ commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ExceptionCommand.java Fri Jun 14 18:51:37 2013
@@ -26,7 +26,7 @@ import org.apache.commons.chain2.Context
  * <p>Implementation of {@link Command} that logs its identifier and
  * and throws an Exception.</p>
  *
- * @version $Revision$ $Date$
+ * @version $Id$
  */
 public class ExceptionCommand extends NonDelegatingCommand {