mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-15 20:12:04 +01: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:
parent
0360db930f
commit
1b0a43b8a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue