Re: [DISCUSS] Java coding style

2012-10-15 Thread Karl Wright
As far as I'm concerned, either coding style is OK. But having the wrong number of spaces for indent is not. Nor is using tabs instead of spaces. The only other rule I think we should really enforce is for any significant changes to the style of a class to be checked in or patched independently

[DISCUSS] Java coding style

2012-10-15 Thread Erlend GarĂ¥sen
Nope, I'm NOT starting a discussion about changing anything. It's just about clarifying a few things. So no worries! ;) According to: https://cwiki.apache.org/confluence/display/CONNECTORS/HowToContribute#HowToContribute-MakingChanges As long as I'm following these two guidelines, I guess eve