--- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ElementValue.java 2020-01-16 18:00:47.710498370 +0000 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ElementValue.java 2020-01-16 18:00:47.216486235 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -25,9 +25,8 @@ import java.io.IOException; /** - * @version $Id: ElementValue * @since 6.0 - * @LastModified: Jun 2019 + * @LastModified: Jan 2020 */ public abstract class ElementValue {