7019631: issues in test headers in b130

Fix to test headers not containing correct bug ID

Reviewed-by: jjg
This commit is contained in:
Maurizio Cimadamore 2011-02-23 14:17:08 +00:00
parent 1ae687fbd2
commit 7186448cfe
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 4279339
* @bug 4279339 6969184
* @summary Verify that an anonymous class cannot contain a static method.
* @author maddox
*

View File

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 4063740
* @bug 4063740 6969184
* @summary Interfaces may only be declared in top level classes.
* @author turnidge
*

View File

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 4406966
* @bug 4406966 6969184
* @summary null qualifying inner instance creation should be error.
* @author gafter
*

View File

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 6956758
* @bug 6969184
*
* @summary poor error recovery after symbol not found
* @author Maurizio Cimadamore