Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Eclipse users can
  • use Source -> Organise Imports to organize imports
  • use Source -> Format to format code (please use default Eclipse formatting conventions, which are as above)
  • IntelliJ users can
  • use Tools -> Organise Imports to organize imports
  • use Tools -> Reformat code to format code (uses the code style setting in IDE options)

The eclipse formater settings are available here.

JavaDoc Tags

@version Should be: @version $Revision$ $Date$

...