+1 > On Mar 13, 2020, at 1:32 PM, Joe Wang <[email protected]> wrote: > > Please review a quick fix for the missing commas after the 2nd year in the > copyright header: > > diff --git > a/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/Const.java > b/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/Const.java > --- a/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/Const.java > +++ b/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/Const.java > @@ -1,5 +1,5 @@ > /* > - * Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights > reserved. > + * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights > reserved. > */ > /* > * Licensed to the Apache Software Foundation (ASF) under one or more > diff --git > a/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/ExceptionConst.java > > b/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/ExceptionConst.java > --- > a/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/ExceptionConst.java > +++ > b/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/ExceptionConst.java > @@ -1,5 +1,5 @@ > /* > - * Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights > reserved. > + * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights > reserved. > */ > /* > * Licensed to the Apache Software Foundation (ASF) under one or more > diff --git > a/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ConstantLong.java > > b/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ConstantLong.java > --- > a/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ConstantLong.java > +++ > b/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/ConstantLong.java > @@ -1,5 +1,5 @@ > /* > - * Copyright (c) 2017, 2020 Oracle and/or its affiliates. All rights > reserved. > + * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights > reserved. > */ > /* > * Licensed to the Apache Software Foundation (ASF) under one or more > > > > Thanks, > Joe >
<http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 [email protected] <mailto:[email protected]>
