remove @version $Id$

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1357911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-07-05 21:04:01 +00:00
parent 8d0946d1a0
commit 42badc93b8
1 changed files with 1 additions and 2 deletions

View File

@ -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
{