--- a/langtools/test/tools/javac/ObjectMethodRefFromInterface.java Thu May 21 10:56:36 2009 +0100
+++ b/langtools/test/tools/javac/ObjectMethodRefFromInterface.java Wed May 27 22:34:43 2009 -0700
@@ -27,9 +27,6 @@
* @summary Verify that access to member of java.lang.Object via qualification of
* object of an interface type is handled successfully.
* @author maddox
- *
- * @run compile -source 1.3 -target 1.2 -g ObjectMethodRefFromInterface.java
- * @run main/othervm ObjectMethodRefFromInterface
*/
public class ObjectMethodRefFromInterface {