Update CONTRIBUTING.md

This commit is contained in:
Martin Konicek 2015-11-18 18:09:52 +00:00
parent f2545bafc9
commit 99b4901f6b
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
#### Java
* In method calls spanning multiple lines, closing bracket is on the same line as the last argument.
* If a method call spans multiple lines closing bracket is on the same line as the last argument.
* If a method header doesn't fit on one line each argument goes on a separate line.
* 100 character line length
### Documentation