< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DurationImpl.java

Print this page

        

*** 93,105 **** * even though {@link Duration} can hold very large or very small values, * some of the methods may not work correctly on such {@link Duration}s. * The impacted methods document their dependency on {@link Calendar}. * * ! * @author <a href="mailto:Kohsuke.Kawaguchi@Sun.com">Kohsuke Kawaguchi</a> ! * @author <a href="mailto:Joseph.Fialli@Sun.com">Joseph Fialli</a> ! * @see XMLGregorianCalendar#add(Duration) */ class DurationImpl extends Duration implements Serializable { --- 93,104 ---- * even though {@link Duration} can hold very large or very small values, * some of the methods may not work correctly on such {@link Duration}s. * The impacted methods document their dependency on {@link Calendar}. * * ! * @author Kohsuke Kawaguchi ! * @author Joseph Fialli * @see XMLGregorianCalendar#add(Duration) */ class DurationImpl extends Duration implements Serializable {
*** 1861,1871 **** } /** * Representation of {@link Duration} in the object stream. * ! * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) */ private static class DurationStream implements Serializable { private final String lexical; private DurationStream(String _lexical) { --- 1860,1870 ---- } /** * Representation of {@link Duration} in the object stream. * ! * @author Kohsuke Kawaguchi */ private static class DurationStream implements Serializable { private final String lexical; private DurationStream(String _lexical) {
< prev index next >