]> source.dussan.org Git - aspectj.git/commitdiff
qa div wrong mostlyLastEclipse2xTree_20040112
authorwisberg <wisberg>
Mon, 12 Jan 2004 23:52:31 +0000 (23:52 +0000)
committerwisberg <wisberg>
Mon, 12 Jan 2004 23:52:31 +0000 (23:52 +0000)
docs/faq/faq.xml

index bdf74142b11d7c22ca373cb8489653d4ed8da9b0..f937d33f3c4b39580c19a30b3bade5eb9522ac95 100644 (file)
@@ -3346,8 +3346,13 @@ vmparam -Xmx384m
       <qandaentry>
         <question id="q:interfaceDeclarations"
             xreflabel="Q:I declared a member on a interface, but javac does not see it.">
+          <para>I declared a member on a interface, but javac does not see it.
+          </para>
+        </question>
+      
+        <answer>
           <para>
-               This is true.  The workaround is to compile all the top-level implementating
+               You have to compile all the top-level implementating
                classes of the interface using <literal>ajc</literal>.
             From an email by Jim Hugunin on the requirements for AspectJ 1.1 to 
             implement members declared by an aspect on an interface:
@@ -3359,11 +3364,6 @@ vmparam -Xmx384m
             (A class C is a top-most implementor of an interface I if C implements I 
             and the superclass of C does not implement I.)
           </para>
-        </question>
-        <answer>
-          <para>
-      
-          </para>
         </answer>
       </qandaentry>
       <qandaentry>