1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Remove erroneous next() from AbstractJsonExtensionProvider

Fixes SMACK-695.
This commit is contained in:
Florian Schmaus 2015-08-24 09:32:28 +02:00
parent 6b7f69b42f
commit b1e4884fbb
2 changed files with 3 additions and 3 deletions

View file

@ -301,7 +301,8 @@ public class PacketParserUtils {
}
/**
* Returns the textual content of an element as String.
* Returns the textual content of an element as String. After this method returns the parser
* position will be END_TAG, following the established pull parser calling convention.
* <p>
* The parser must be positioned on a START_TAG of an element which MUST NOT contain Mixed
* Content (as defined in XML 3.2.2), or else an XmlPullParserException will be thrown.