--- old/src/java.xml/share/classes/javax/xml/parsers/ParserConfigurationException.java 2017-10-23 17:15:39.157830973 -0700 +++ new/src/java.xml/share/classes/javax/xml/parsers/ParserConfigurationException.java 2017-10-23 17:15:38.909817452 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2017, 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 @@ -33,7 +33,7 @@ */ public class ParserConfigurationException extends Exception { - + private static final long serialVersionUID = -3688849216575373917L; /** * Create a new ParserConfigurationException with no * detail message.