< prev index next >

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

Print this page

        

@@ -38,13 +38,11 @@
  * <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>
-
+ * @author Vikram Aroskar
  * @see XMLGregorianCalendar#add(Duration)
  */
 
 class DurationYearMonthImpl
         extends DurationImpl {
< prev index next >