< prev index next >

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

Print this page

        

*** 39,51 **** * <p>The DurationYearMonth object represents a period of Gregorian time, * with a lexical representation, "<em>PnDTnHnMnS</em>" that contains only year and month components. * </p> * * ! * @author <a href="mailto:Vikram.Aroskar@Sun.COM">Vikram Aroskar</a> ! * @author <a href="mailto:Huizhe.wang@oracle.com">Joe Wang</a> ! * @see XMLGregorianCalendar#add(Duration) */ class DurationDayTimeImpl extends DurationImpl { --- 39,49 ---- * <p>The DurationYearMonth object represents a period of Gregorian time, * with a lexical representation, "<em>PnDTnHnMnS</em>" that contains only year and month components. * </p> * * ! * @author Vikram Aroskar * @see XMLGregorianCalendar#add(Duration) */ class DurationDayTimeImpl extends DurationImpl {
< prev index next >