No effective change - code cleanup - remove redundant overrides

This commit is contained in:
Robin Bygrave
2015-07-31 14:14:25 +12:00
parent 92c298b848
commit c0c56c0040
4 changed files with 0 additions and 37 deletions
@@ -8,8 +8,4 @@ public class BeanPropertySimpleCollection<T> extends BeanPropertyAssocMany<T> {
super(owner, descriptor, deploy);
}
public void initialise() {
super.initialise();
}
}