]> source.dussan.org Git - aspectj.git/commitdiff
fixed typo
authorehilsdal <ehilsdal>
Tue, 8 Apr 2003 22:24:54 +0000 (22:24 +0000)
committerehilsdal <ehilsdal>
Tue, 8 Apr 2003 22:24:54 +0000 (22:24 +0000)
docs/progGuideDB/language.xml

index 709b5c764ea40478645350b2fd005052db354da7..77c09a58db34320ff3ed266a9ff4252556d3c2c3 100644 (file)
@@ -370,7 +370,7 @@ pointcut ioHandler(): within(MyClass) && handler(IOException);
           </term>
           <listitem>
             <para>
-              <literal>cflow(void Test.main())</literal>
+              <literal>cflow(call(void Test.main()))</literal>
             </para>
           </listitem>
         </varlistentry>