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 _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev