1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 00:44:50 +02:00

Changed method name.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1928 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-05-08 16:17:18 +00:00 committed by mtucker
parent 0360db930f
commit 1b0a43b8a5

View file

@ -74,5 +74,5 @@ public interface PacketExtensionProvider {
* @return a new IQ instance. * @return a new IQ instance.
* @throws java.lang.Exception if an error occurs parsing the XML. * @throws java.lang.Exception if an error occurs parsing the XML.
*/ */
public PacketExtension parseExtensions(XmlPullParser parser) throws Exception; public PacketExtension parseExtension(XmlPullParser parser) throws Exception;
} }