RFR (JDK 13) 8221533: Incorrect copyright header in DurationDayTimeImpl.java, DurationYearMonthImpl.java and XMLStreamException.java

Joe Wang huizhe.wang at oracle.com
Wed Mar 27 19:51:07 UTC 2019


Please review a trivial fix for the missing commas in three class files.

hg diff
diff --git 
a/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationDayTimeImpl.java 
b/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationDayTimeImpl.java
--- 
a/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationDayTimeImpl.java
+++ 
b/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationDayTimeImpl.java
@@ -1,5 +1,5 @@
  /*
- * Copyright (c) 2009, 2017 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
diff --git 
a/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationYearMonthImpl.java 
b/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationYearMonthImpl.java
--- 
a/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationYearMonthImpl.java
+++ 
b/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationYearMonthImpl.java
@@ -1,5 +1,5 @@
  /*
- * Copyright (c) 2010, 2017 Oracle and/or its affiliates. All rights 
reserved.
+ * Copyright (c) 2010, 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
diff --git 
a/src/java.xml/share/classes/javax/xml/stream/XMLStreamException.java 
b/src/java.xml/share/classes/javax/xml/stream/XMLStreamException.java
--- a/src/java.xml/share/classes/javax/xml/stream/XMLStreamException.java
+++ b/src/java.xml/share/classes/javax/xml/stream/XMLStreamException.java
@@ -1,5 +1,5 @@
  /*
- * Copyright (c) 2009, 2017 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

Thanks,
Joe



More information about the core-libs-dev mailing list