this class is abstract

This commit is contained in:
Olivier Lamy 2015-01-05 22:50:37 +11:00
parent eb8cf56fff
commit 6ed720b192
1 changed files with 1 additions and 1 deletions

View File

@ -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() );