This PR adds thorough JavaDocs to all publicly accessible members in all classes (except the example code) in the project. The documentation includes a brief description of method function, method exceptions (if any), caveats (in some cases), and other notable points.
There are also a few minor tweaks I couldn't help but notice and fix (which can be undone if need be): Here, here (add formatting to toOldMessageFormat()), and here.
This PR adds thorough JavaDocs to all publicly accessible members in all classes (except the example code) in the project. The documentation includes a brief description of method function, method exceptions (if any), caveats (in some cases), and other notable points.
There are also a few minor tweaks I couldn't help but notice and fix (which can be undone if need be): Here, here (add formatting to
toOldMessageFormat()
), and here.