src/java.xml/share/classes/javax/xml/parsers/ParserConfigurationException.java
changeset 47443 711ef438b6ad
parent 47216 71c04702a3d5
child 48412 d4412e380f6b
--- a/src/java.xml/share/classes/javax/xml/parsers/ParserConfigurationException.java	Tue Oct 24 08:56:47 2017 -0700
+++ b/src/java.xml/share/classes/javax/xml/parsers/ParserConfigurationException.java	Tue Oct 24 19:05:29 2017 -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 <code>ParserConfigurationException</code> with no
      * detail message.