From 58882f89e76fd1cf824dfd9c537cadf153064860 Mon Sep 17 00:00:00 2001 From: Antonio Cunei Date: Wed, 1 Sep 2010 09:43:36 +0000 Subject: Undid all commits between 22566 and 22597 included in the 2.8.x branch, restoring the status to 2.8.0 final release, in preparation for 2.8.1. --- test/files/pos/t1263/Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/pos/t1263') diff --git a/test/files/pos/t1263/Test.java b/test/files/pos/t1263/Test.java index 6ca88c21a1..0eb43e881a 100644 --- a/test/files/pos/t1263/Test.java +++ b/test/files/pos/t1263/Test.java @@ -5,7 +5,7 @@ import java.rmi.RemoteException; import test.Map; public class Test implements Map { - public Map.MapTo plus(String o) { + public Map.MapTo plus(String o) { return null; } -- cgit v1.2.3