forwarding with correct prefix...
Saminda Abeyruwan wrote:
Hi,
AxisConfiguration has the following methods,
public void engageModule(AxisModule axisModule, AxisConfiguration
axisConfig)
throws AxisFault {
engageModule(axisModule);
} --- > [1]
private void engageModule(AxisModule module) throws AxisFault
{...} --> [2]
What is the purpose of [1]. Wouldn't it better to modify the access
modifier of [2] to *public* and remove [1].
Thank you
Saminda
--
Saminda Abeyruwan
Software Engineer
WSO2 Inc. - www.wso2.org <http://www.wso2.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]