comparison graal/com.oracle.max.asmdis/src/com/sun/max/asm/x86/ControlRegister.java @ 4142:bc8527f3071c

Adjust code base to new level of warnings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 05:24:06 +0100
parents e233f5660da4
children
comparison
equal deleted inserted replaced
4141:04d21be7a24f 4142:bc8527f3071c
59 59
60 public ControlRegister exampleValue() { 60 public ControlRegister exampleValue() {
61 return CR0; 61 return CR0;
62 } 62 }
63 63
64 public static final Enumerator<ControlRegister> ENUMERATOR = new Enumerator<ControlRegister>(ControlRegister.class); 64 public static final Enumerator<ControlRegister> ENUMERATOR = new Enumerator<>(ControlRegister.class);
65 65
66 } 66 }