summaryrefslogtreecommitdiffstats
path: root/redback-integrations/redback-struts2/redback-struts2-integration/src
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-07-05 21:04:01 +0000
committerOlivier Lamy <olamy@apache.org>2012-07-05 21:04:01 +0000
commit42badc93b8d0b06d7babd6823a423a59cc997d3e (patch)
tree85a47fc0463833d9be6413cec158493355617101 /redback-integrations/redback-struts2/redback-struts2-integration/src
parent8d0946d1a0db9cddb737bf2d4017ce9f84601866 (diff)
downloadarchiva-42badc93b8d0b06d7babd6823a423a59cc997d3e.tar.gz
archiva-42badc93b8d0b06d7babd6823a423a59cc997d3e.zip
remove @version $Id$
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1357911 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'redback-integrations/redback-struts2/redback-struts2-integration/src')
-rw-r--r--redback-integrations/redback-struts2/redback-struts2-integration/src/test/java/org/apache/archiva/redback/struts2/interceptor/MockCustomInterceptor.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/java/org/apache/archiva/redback/struts2/interceptor/MockCustomInterceptor.java b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/java/org/apache/archiva/redback/struts2/interceptor/MockCustomInterceptor.java
index c46a8f0f4..284438637 100644
--- a/redback-integrations/redback-struts2/redback-struts2-integration/src/test/java/org/apache/archiva/redback/struts2/interceptor/MockCustomInterceptor.java
+++ b/redback-integrations/redback-struts2/redback-struts2-integration/src/test/java/org/apache/archiva/redback/struts2/interceptor/MockCustomInterceptor.java
@@ -27,9 +27,8 @@ import javax.inject.Inject;
/**
* @author <a href='mailto:rahul.thakur.xdev@gmail.com'>Rahul Thakur</a>
- * @version $Id: MockCustomInterceptor.java 1310448 2012-04-06 16:23:16Z olamy $
*/
-@Service("testCustomInterceptor")
+@Service( "testCustomInterceptor" )
public class MockCustomInterceptor
implements Interceptor
{