[hibernate-dev] whitespace and formatting

Sanne Grinovero sanne at hibernate.org
Thu Nov 3 15:48:50 EDT 2011


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 it?
I'd prefer the first one as that's how all code in Search is, and I
got used to it; it's also what is mandated by the Hibernate templates
for Eclipse (no idea what is in the IDEA templates).

Cheers,
Sanne



More information about the hibernate-dev mailing list