--- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/InstructionFinder.java 2017-12-20 13:35:25.069209616 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/util/InstructionFinder.java 2017-12-20 13:35:23.893094806 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -66,6 +65,7 @@ * @version $Id: InstructionFinder.java 1749603 2016-06-21 20:50:19Z ggregory $ * @see com.sun.org.apache.bcel.internal.generic.Instruction * @see InstructionList + * @LastModified: Oct 2017 */ public class InstructionFinder {