#461 - ENH: Add @Draftable support - publish

This commit is contained in:
Robin Bygrave
2015-11-23 21:28:58 +13:00
parent fd9a5167b1
commit db371cbc6a
24 changed files with 311 additions and 80 deletions
@@ -84,7 +84,7 @@ public final class BeanMapHelp<T> implements BeanCollectionHelp<T> {
this.map = map;
}
public void addBean(EntityBean bean) {
public void addEntityBean(EntityBean bean) {
Object keyValue = beanProperty.getValue(bean);
map.put(keyValue, bean);
}