From b242e1b5730793b1080117e1135fc5a4b87f0b44 Mon Sep 17 00:00:00 2001 From: ehilsdal Date: Fri, 20 Aug 2004 23:12:31 +0000 Subject: [PATCH] proactive bug fix (bug not entered) making a short example in semantics guide more meaningful --- docs/progGuideDB/semantics.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/progGuideDB/semantics.xml b/docs/progGuideDB/semantics.xml index ba16b849c..b7325114e 100644 --- a/docs/progGuideDB/semantics.xml +++ b/docs/progGuideDB/semantics.xml @@ -621,13 +621,13 @@ All set join points are treated as having one argument, the value the field is being set to, so at a set join point, that value can be accessed with an args pointcut. So an aspect - guarding an integer variable x declared in type T might be written as + guarding a static integer variable x declared in type T might be written as MAX_CHANGE) throw new RuntimeException(); } -- 2.39.5