[jboss-cvs] JBossAS SVN: r74636 - projects/aop/trunk/aop/docs/examples/implements.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 16 14:30:38 EDT 2008


Author: flavia.rainone at jboss.com
Date: 2008-06-16 14:30:38 -0400 (Mon, 16 Jun 2008)
New Revision: 74636

Modified:
   projects/aop/trunk/aop/docs/examples/implements/TestInterceptor.java
Log:
[JBAOP-590] Fixed example by removing the line that made a call to Invocation.resolveAnnotationClassAnnotation.

Modified: projects/aop/trunk/aop/docs/examples/implements/TestInterceptor.java
===================================================================
--- projects/aop/trunk/aop/docs/examples/implements/TestInterceptor.java	2008-06-16 18:19:13 UTC (rev 74635)
+++ projects/aop/trunk/aop/docs/examples/implements/TestInterceptor.java	2008-06-16 18:30:38 UTC (rev 74636)
@@ -21,7 +21,6 @@
       try
       {
          System.out.println("<<< TestInterceptor intercepting");
-         invocation.resolveClassAnnotation(ImplementingInterface.class);
          return invocation.invokeNext();
       }
       finally




More information about the jboss-cvs-commits mailing list