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 2013/10/02 02:01:23 UTC

[Hadoop Wiki] Update of "HowToContribute" by PatrickHunt

Dear Wiki user,

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

The "HowToContribute" page has been changed by PatrickHunt:
https://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=86&rev2=87

  
   * All public classes and methods should have informative [[http://java.sun.com/j2se/javadoc/writingdoccomments/|Javadoc comments]].
    * Do not use @author tags.
-  * Code must be formatted according to [[http://java.sun.com/docs/codeconv/|Sun's conventions]], with one exception:
+  * Code must be formatted according to [[http://www.oracle.com/technetwork/java/codeconv-138413.html|Sun's conventions]], with one exception:
    * Indent two spaces per level, not four.
   * Contributions must pass existing unit tests.
   * New unit tests should be provided to demonstrate bugs and fixes.  [[http://www.junit.org|JUnit]] is our test framework: