8151134: Fix bug id in test for JDK-8151018

Reviewed-by: jlahoda
This commit is contained in:
Srikanth Adayapalam 2016-03-03 15:07:29 +05:30
parent 433d2a7dbb
commit 460020d183

View File

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 8062373
* @bug 8062373 8151018
*
* @summary Test that javac complains when a <> inferred class contains a public method that does override a supertype method.
* @author sadayapalam