From 19ed0a21b822004f6f2c688518c4230965a3b512 Mon Sep 17 00:00:00 2001 From: acolyer Date: Tue, 13 Jan 2004 11:27:59 +0000 Subject: move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the default mode (inherited behaviour from JDT). --- tests/errors/NoSource.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/errors/NoSource.java') diff --git a/tests/errors/NoSource.java b/tests/errors/NoSource.java index 31549fd77..6a7c52281 100644 --- a/tests/errors/NoSource.java +++ b/tests/errors/NoSource.java @@ -1,7 +1,5 @@ import org.aspectj.testing.Tester; class NoSource { - introduction String { - public void foo() {} - } + public void String.foo() {} } -- cgit v1.2.3