On 06.10.2006 00:32, [EMAIL PROTECTED] wrote:
<action dev="AG" type="update"> Deprecate method org.apache.cocoon.components.flow.FlowHelper.unwrap(Object). This method will be removed in 2.2 release. Use org.apache.cocoon.components.flow.util.PipelineUtil.unwrap(Object) instead. </action>
Why actually? What has unwrap to do with pipeline processing? If it is because it is only used there then it makes only sense to move it there if you also make it private. Otherwise it is a public method and it should be seen in a more API-POV, i.e. where it makes sense in the bigger picture. Nobody will find unwrap in PipelineUtil as nobody will search there I fear.
Jörg
