Hi!
BeanPropertyAccessStrategy
AbstractValueModel
ActionState
Flow
They all directly use LinkedHashSet from Java1.4.
Shouldn't they use CollectionFactory.createLinkedSetIfPossible() as in TransitionableState?
Rgds, Ales
Hi!
BeanPropertyAccessStrategy
AbstractValueModel
ActionState
Flow
They all directly use LinkedHashSet from Java1.4.
Shouldn't they use CollectionFactory.createLinkedSetIfPossible() as in TransitionableState?
Rgds, Ales
Fixed. Thanks!
Keith Donald
Core Spring Development Team