--- old/src/share/classes/javax/lang/model/element/VariableElement.java 2011-01-28 16:52:16.000000000 -0800 +++ new/src/share/classes/javax/lang/model/element/VariableElement.java 2011-01-28 16:52:16.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -28,17 +28,16 @@ import javax.lang.model.type.TypeMirror; import javax.lang.model.util.Elements; - /** * Represents a field, {@code enum} constant, method or constructor - * parameter, local variable, or exception parameter. + * parameter, local variable, resource variable, or exception + * parameter. * * @author Joseph D. Darcy * @author Scott Seligman * @author Peter von der Ahé * @since 1.6 */ - public interface VariableElement extends Element { /**