From c05863091ec392d2b266d70cebd3681eea35680d Mon Sep 17 00:00:00 2001 From: jhugunin Date: Mon, 30 Dec 2002 20:00:34 +0000 Subject: [PATCH] fixed error --- tests/new/VoidAround.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/new/VoidAround.java b/tests/new/VoidAround.java index 6878041b1..2883c5df0 100644 --- a/tests/new/VoidAround.java +++ b/tests/new/VoidAround.java @@ -26,7 +26,7 @@ aspect A { Tester.expectEvent("Object C.result()"); } // no compile error expected (also note: message jp signatures are wrong?) - void around() : target(C) && call(* r*(..)) { + void around() : target(C) && call(* r*(..)) { // CE can't apply to methods returning Object Tester.event(thisJoinPoint.getSignature().toString()); } } -- 2.39.5