--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl.java 2017-12-21 15:35:47.041540319 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl.java 2017-12-21 15:35:46.206458789 -0800 @@ -95,9 +95,8 @@ * The impacted methods document their dependency on {@link Calendar}. * * - * @author Kohsuke Kawaguchi - * @author Joseph Fialli - + * @author Kohsuke Kawaguchi + * @author Joseph Fialli * @see XMLGregorianCalendar#add(Duration) */ class DurationImpl @@ -1863,7 +1862,7 @@ /** * Representation of {@link Duration} in the object stream. * - * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) + * @author Kohsuke Kawaguchi */ private static class DurationStream implements Serializable { private final String lexical;