Patch : Formatting

2011-10-31 Thread Paritosh Ranjan
Hi, How can I submit the patch in the format used by Mahout? I can't find anything on this on the How to Contribute Page. I use eclipse as IDE and generally I format my code using a formatter.xml, but I don't find formatter.xml in Mahout. Can someone help me? Thanks and Regards, Paritosh

Re: Patch : Formatting

2011-10-31 Thread Manuel Blechschmidt
Hi Paritosh, Hi, How can I submit the patch in the format used by Mahout? I can't find anything on this on the How to Contribute Page. ... But take care about the following points • All public classes and methods should have informative Javadoc comments.

Re: Patch : Formatting

2011-10-31 Thread Grant Ingersoll
At the bottom of the HowToContribute pages, there should be links to Eclipse and IntelliJ codestyle formatters. On Oct 31, 2011, at 12:21 PM, Manuel Blechschmidt wrote: Hi Paritosh, Hi, How can I submit the patch in the format used by Mahout? I can't find anything on this on the How to

Re: Patch : Formatting

2011-10-31 Thread Paritosh Ranjan
Got it, Thanks. On 31-10-2011 23:05, Grant Ingersoll wrote: At the bottom of the HowToContribute pages, there should be links to Eclipse and IntelliJ codestyle formatters. On Oct 31, 2011, at 12:21 PM, Manuel Blechschmidt wrote: Hi Paritosh, Hi, How can I submit the patch in the format