From 6abc0a3ebfc305351d88db13199b5c672c0cfe86 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 1 Jul 2010 18:29:34 +0000 Subject: Tweaked a test to pass under java 7. No review. --- test/files/pos/t1263/Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files') diff --git a/test/files/pos/t1263/Test.java b/test/files/pos/t1263/Test.java index 0eb43e881a..6ca88c21a1 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