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.