]> source.dussan.org Git - aspectj.git/commitdiff
per... advice "may then" to "will only" run, per user discussion
authorwisberg <wisberg>
Fri, 28 Jan 2005 22:58:08 +0000 (22:58 +0000)
committerwisberg <wisberg>
Fri, 28 Jan 2005 22:58:08 +0000 (22:58 +0000)
docs/progGuideDB/semantics.xml

index 7ea74fe8032c7d42d15a357b37cbc3dccc6fd07e..b04f5a9aa159c01c49f061c66d9a4270340aeb39 100644 (file)
@@ -3007,7 +3007,7 @@ ModifiersPattern =
           one object of type A is created for every object that is the
           executing object (i.e., "this") at any of the join points picked out
           by <replaceable>Pointcut</replaceable>.
-          The advice defined in A may then run at any join point where the
+          The advice defined in A will run only at a join point where the
           currently executing object has been associated with an instance of
           A.
         </para>
@@ -3017,9 +3017,9 @@ ModifiersPattern =
           then one object of type A is created for every object that is the
           target object of the join points picked out by
           <replaceable>Pointcut</replaceable>.
-          The advice defined in A may then run at any join point where the
-          target object has been associated with an instance of
-          A.
+          The advice defined in A will run only at a join point where the
+          target object has been associated with an instance of 
+                 A.
         </para>
 
         <para>