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:
parent
8d0946d1a0
commit
42badc93b8
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue