Re: [hibernate-dev] whitespace and formatting

2011-11-04 Thread Hardy Ferentschik
On Thu, 03 Nov 2011 20:48:50 +0100, Sanne Grinovero wrote: > I'm used to methods formatting like this in the code: > > gridDialect.removeAssociation( getCollectionMetadataKey() ); +1 Like Sanne is saying, this is what most of the code base uses, so stick to it! > it's also what is mandate

[hibernate-dev] whitespace and formatting

2011-11-03 Thread Sanne Grinovero
Hi all, I'm used to methods formatting like this in the code: gridDialect.removeAssociation( getCollectionMetadataKey() ); but some code is increasingly being written as gridDialect.removeAssociation(getCollectionMetadataKey()); All options are fine for me, but can we pick one and stick to