From 90235ddf4653e0de745a2006f82f3eb09bc9495e Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 4 Mar 2009 01:24:26 +0000 Subject: [PATCH] declaremixin --- tests/src/org/aspectj/systemtest/ajc164/DeclareMixinTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/src/org/aspectj/systemtest/ajc164/DeclareMixinTests.java b/tests/src/org/aspectj/systemtest/ajc164/DeclareMixinTests.java index c7e26efa3..e18994cb0 100644 --- a/tests/src/org/aspectj/systemtest/ajc164/DeclareMixinTests.java +++ b/tests/src/org/aspectj/systemtest/ajc164/DeclareMixinTests.java @@ -21,7 +21,7 @@ import org.aspectj.testing.XMLBasedAjcTestCase; * In many ways the design is similar to DeclareParents now - so we have to plug in at the same points, but the code generation for * generating the delegate object and the choice of which interfaces (and methods within those) to mixin is different. * - *

Design considerations:


+ *

Design and test considerations:


* * * @author Andy Clement -- 2.39.5