Specify units for method arguments where relevant -------------------------------------------------
Key: CXF-2486 URL: https://issues.apache.org/jira/browse/CXF-2486 Project: CXF Issue Type: Task Components: Documentation Reporter: Aleksander Adamowski There are places in javadoc, where there's no way to know what kinf of unit is accepted for a numeric argument. E.g.: timeout values in HTTPClientPolicy (http://cxf.apache.org/javadoc/latest/org/apache/cxf/transports/http/configuration/HTTPClientPolicy.html). After closer inspection of the code it seems that the values are in milliseconds. Adding this simple information in Javadoc would be of great help to many developers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.