Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2133695 | 6 | Norman Walsh | P4 | Resolved | Fixed | b71 |
There are no javadoc description for constructor:
public XMLGregorianCalendar()
In fact it should be description for any public/protected class member/constructor. Or better it should have a description and protected modifier but not public.
###@###.### 2005-03-16 13:52:45 GMT
this is also true for javax.xml.datatype.Duration.
public XMLGregorianCalendar()
In fact it should be description for any public/protected class member/constructor. Or better it should have a description and protected modifier but not public.
###@###.### 2005-03-16 13:52:45 GMT
this is also true for javax.xml.datatype.Duration.
- backported by
-
JDK-2133695 No javadoc description for constructor XMLGregorianCalendar()
- Resolved