ethereumj-personal/ethereumj-studio
Chris Beams a63f6445cc
Remove urls from class-level Javadoc
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.
2014-12-26 11:57:21 +01:00
..
samples Strip trailing whitespace 2014-12-26 09:45:14 +01:00
src/main Remove urls from class-level Javadoc 2014-12-26 11:57:21 +01:00
README.md Strip trailing whitespace 2014-12-26 09:45:14 +01:00
build-post-package.xml Apply basic formatting 2014-12-26 11:22:44 +01:00
pom.xml Apply basic formatting 2014-12-26 11:22:44 +01:00
track-untrack-local.bat Strip trailing whitespace 2014-12-26 09:45:14 +01:00

README.md

🔹 Build instructions (maven)
  1. build_1: [a full application package] : ~> mvn clean package

. . . ScreenShot . . .