[jboss-cvs] JBossAS SVN: r61488 - projects/aop/trunk/aop/docs/reference/reference/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 20 07:45:00 EDT 2007


Author: flavia.rainone at jboss.com
Date: 2007-03-20 07:44:59 -0400 (Tue, 20 Mar 2007)
New Revision: 61488

Modified:
   projects/aop/trunk/aop/docs/reference/reference/en/modules/implementing.xml
   projects/aop/trunk/aop/docs/reference/reference/en/modules/pointcuts.xml
Log:
More fixes

Modified: projects/aop/trunk/aop/docs/reference/reference/en/modules/implementing.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/reference/en/modules/implementing.xml	2007-03-20 11:40:13 UTC (rev 61487)
+++ projects/aop/trunk/aop/docs/reference/reference/en/modules/implementing.xml	2007-03-20 11:44:59 UTC (rev 61488)
@@ -5,7 +5,7 @@
       <title>Overview</title>
       <para>
          JBoss AOP is a 100% pure Java framework.  All your AOP constructs are defined as pure Java classes and
-         bound to your application code via XML or by annotations.  This sections walks through implementing aspects.
+         bound to your application code via XML or by annotations.  This Chapter walks through implementing aspects.
       </para>
 
    </sect1>

Modified: projects/aop/trunk/aop/docs/reference/reference/en/modules/pointcuts.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/reference/en/modules/pointcuts.xml	2007-03-20 11:40:13 UTC (rev 61487)
+++ projects/aop/trunk/aop/docs/reference/reference/en/modules/pointcuts.xml	2007-03-20 11:44:59 UTC (rev 61488)
@@ -329,7 +329,7 @@
 within(@org.jboss.security.Permission)</programlisting>
                <para>
                   <literal>within</literal> matches any joinpoint (method or constructor call) within any code within a
-                  particular call.
+                  particular type.
                </para>
             </listitem>
          </varlistentry>




More information about the jboss-cvs-commits mailing list