SingingBush commented on code in PR #48:
URL: https://github.com/apache/xerces-j/pull/48#discussion_r2534464706


##########
src/org/apache/xerces/xs/datatypes/XSDateTime.java:
##########
@@ -266,23 +286,29 @@ public interface XSDateTime {
     
     /**
      * @return a new date-time related object with normalized values
-     *         (has no effect on objects already
-     *          normalized)
+     *         (has no effect on objects already normalized)
      */
     public XSDateTime normalize();
     
     /**
+     * Returns whether a date-time related object is normalized or not.
+     * This is only useful for datetimes that have timezone
+     *
      * @return whether a date-time related object is normalized or not
      *         (value is not useful for types where timezone is not specified)
      */
     public boolean isNormalized();
        
     /**
+     * Returns an un-normalized XMLGregorianCalendar or null.
+     *
      * @return an un-normalized XMLGregorianCalendar (if applicable otherwise 
null)
      */
     public XMLGregorianCalendar getXMLGregorianCalendar();
         
     /**
+     * Returns the duration if applicable otherwise null.

Review Comment:
   actually, added more context for it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to