a63f6445cc
Prior to this change, the affected classes had Javadoc containing a url as the first sentence. There were several issues with this: - The url used was inconsistent, varying between www.etherj.com, www.ethereumj.com and www.ethergit.com - Use of a url in the first sentence of a Javadoc comment is not consistent with Javadoc idioms. The first sentence should be the a short, self-contained description--in this case, the description of the class. If no such description is yet available, it is best to simply omit all text, leaving any tags (such as @author or @since). - Information about the project that this code belongs to should be expressed in the license header for each file. Currently, most files in ethereumj do not have license headers. This can be added in a later commit. |
||
---|---|---|
.. | ||
samples | ||
src/main | ||
README.md | ||
build-post-package.xml | ||
pom.xml | ||
track-untrack-local.bat |