--- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/InstructionFinder.java 2020-01-16 18:05:00.335703725 +0000 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/InstructionFinder.java 2020-01-16 18:04:59.837691492 +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 @@ -62,10 +62,9 @@ * * * - * @version $Id$ * @see com.sun.org.apache.bcel.internal.generic.Instruction * @see InstructionList - * @LastModified: Jun 2019 + * @LastModified: Jan 2020 */ public class InstructionFinder {