You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2007/06/21 00:50:11 UTC

[Lucene-hadoop Wiki] Update of "HowToContribute" by DougCutting

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.

The following page has been changed by DougCutting:
http://wiki.apache.org/lucene-hadoop/HowToContribute

The comment on the change is:
discourage @author tags

------------------------------------------------------------------------------
  
  But take care about the following points
   * All public classes and methods should have informative [http://java.sun.com/j2se/javadoc/writingdoccomments/ Javadoc comments].
+   * Do not use @author tags.
   * Code should be formatted according to [http://java.sun.com/docs/codeconv/ Sun's conventions], with one exception:
    * Indent two spaces per level, not four.
   * Contributions should pass existing unit tests.