From: ehilsdal Date: Tue, 8 Apr 2003 22:24:54 +0000 (+0000) Subject: fixed typo X-Git-Tag: V1_1_0_RC2~204 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=903ad7dfe7222aee7a78f216347167be1f49608a;p=aspectj.git fixed typo --- diff --git a/docs/progGuideDB/language.xml b/docs/progGuideDB/language.xml index 709b5c764..77c09a58d 100644 --- a/docs/progGuideDB/language.xml +++ b/docs/progGuideDB/language.xml @@ -370,7 +370,7 @@ pointcut ioHandler(): within(MyClass) && handler(IOException); - cflow(void Test.main()) + cflow(call(void Test.main()))