src/java.xml/share/classes/javax/xml/stream/XMLStreamException.java
changeset 47443 711ef438b6ad
parent 47216 71c04702a3d5
child 54315 7d5a4a48e876
--- a/src/java.xml/share/classes/javax/xml/stream/XMLStreamException.java	Tue Oct 24 08:56:47 2017 -0700
+++ b/src/java.xml/share/classes/javax/xml/stream/XMLStreamException.java	Tue Oct 24 19:05:29 2017 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 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
@@ -35,6 +35,7 @@
  */
 
 public class XMLStreamException extends Exception {
+  private static final long serialVersionUID = 2018819321811497362L;
 
   protected Throwable nested;
   protected Location location;