8297695: Fix typos in test/langtools files

Co-authored-by: Michael Ernst <mernst@openjdk.org>
Reviewed-by: prappo, jjg, iris
This commit is contained in:
Jaikiran Pai 2022-11-30 00:42:40 +00:00
parent 0ce182723b
commit e10778acce
10 changed files with 12 additions and 12 deletions

View file

@ -2,7 +2,7 @@
* @test /nodynamiccopyright/
* @bug 8003280
* @summary Add lambda tests
* check that that void compatibility affects overloading as expected
* check that void compatibility affects overloading as expected
* @compile VoidCompatibility.java
*/
class VoidCompatibility {