this class is abstract
This commit is contained in:
parent
eb8cf56fff
commit
6ed720b192
|
@ -34,7 +34,7 @@ import java.lang.reflect.Method;
|
|||
* @author Olivier Lamy
|
||||
* @since 1.3
|
||||
*/
|
||||
public class AbstractInterceptor
|
||||
public abstract class AbstractInterceptor
|
||||
{
|
||||
|
||||
private Logger log = LoggerFactory.getLogger( getClass() );
|
||||
|
|
Loading…
Reference in New Issue