[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster-devel] Doc Error in requirement interface.unsubscribe



Cyrille Giquello wrote:

Marcel Ruff wrote:

I think there is an error in the requirement interface.unsubscribe.

in:
Example - XmlRpc
public String unSubscribe(String sessionId, String xmlKey_literal, String qos_literal) throws XmlBlasterException


I think it should return an Array of Strings like
public String[] unSubscribe(String sessionId, String xmlKey_literal, String qos_literal) throws XmlBlasterException


Isn't it ?
Can you confirm that to me, like I may correct the page and commit it.

Yes please.

Done.

Hello,
after read page requirements/interface.get.html I've doubt on the correction.


I did public : public String[] unSubscribe(...
But perhaps it should be : public Vector unSubscribe(...

Sorry but I don't practice Java for a long time ;o{

bye
cyrille