< prev index next >

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

Print this page

        

*** 38,50 **** * <p>The DurationYearMonth object represents a period of Gregorian time, * with a lexical representation, "<em>PnYnM</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 DurationYearMonthImpl extends DurationImpl { --- 38,48 ---- * <p>The DurationYearMonth object represents a period of Gregorian time, * with a lexical representation, "<em>PnYnM</em>" that contains only year and month components. * </p> * * ! * @author Vikram Aroskar * @see XMLGregorianCalendar#add(Duration) */ class DurationYearMonthImpl extends DurationImpl {
< prev index next >