diff --git a/DEVELOPERS-GUIDE.html b/DEVELOPERS-GUIDE.html index 70d4a869a..bbff7fb3e 100644 --- a/DEVELOPERS-GUIDE.html +++ b/DEVELOPERS-GUIDE.html @@ -124,10 +124,10 @@ projects, and the Sun conventions. Some specific conventions are:

  • Else, catch and finally statements after the closing bracket
  • Single space after keyword such as if
  • Two spaces between parameter name and description in @param
  • -
  • Generally copy the style of the surounding code
  • +
  • Generally copy the style of the surrounding code
  • -

    And rememeber, the commons-dev mailing list is there for any discussions +

    And remember, the commons-dev mailing list is there for any discussions or queries about patches or new additions to collections.