mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8206439: Remove javac -source/-target 6 from langtools regression tests
Reviewed-by: mcimadamore
This commit is contained in:
parent
d2de786263
commit
03597d010c
66 changed files with 67 additions and 235 deletions
|
@ -42,7 +42,6 @@ import java.util.regex.*;
|
|||
*/
|
||||
public class ClassVersionChecker {
|
||||
private static enum Version {
|
||||
SIX("6", 50),
|
||||
SEVEN("7", 51),
|
||||
EIGHT("8", 52),
|
||||
NINE("9", 53),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue