< prev index next >

test/langtools/tools/javac/classfiles/ClassVersionChecker.java

Print this page

        

*** 40,50 **** * values are the defaults. If explicitly specified, the target value * has to be greater than or equal to the source value. */ public class ClassVersionChecker { private static enum Version { - SIX("6", 50), SEVEN("7", 51), EIGHT("8", 52), NINE("9", 53), TEN("10", 54), ELEVEN("11", 55), --- 40,49 ----
< prev index next >