--- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/IntType.java 2017-12-20 13:40:03.753414552 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/IntType.java 2017-12-20 13:40:02.675309307 -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 @@ -50,6 +49,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Oct 2017 */ public final class IntType extends NumberType { protected IntType() {}