No effective change - reformat code

This commit is contained in:
Robin Bygrave
2016-06-17 13:24:49 +12:00
parent 30abe75a96
commit 8765cb8356
14 changed files with 494 additions and 492 deletions
@@ -38,7 +38,8 @@ public final class BeanMapHelp<T> implements BeanCollectionHelp<T> {
/**
* When help is attached to a specific many property.
*/ public BeanMapHelp(BeanPropertyAssocMany<T> many) {
*/
public BeanMapHelp(BeanPropertyAssocMany<T> many) {
this.many = many;
this.targetDescriptor = many.getTargetDescriptor();
this.propertyName = many.getName();