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 2014/11/05 10:36:43 UTC

[Hadoop Wiki] Trivial Update of "HowToContribute" by AkiraAjisaka

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 AkiraAjisaka:
https://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=100&rev2=101

Comment:
Fix a dead link.

  
   * 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://www.oracle.com/technetwork/java/codeconv-138413.html|Sun's conventions]], with one exception:
+  * Code must be formatted according to [[http://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.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: