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
1 changed files with 1 additions and 1 deletions

View File

@ -74,5 +74,5 @@ public interface PacketExtensionProvider {
* @return a new IQ instance.
* @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;
}