mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Update DefaultExtensionElement.java
Removed duplicate word from description
This commit is contained in:
parent
c8d6cc2b6c
commit
d69265774b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ import org.jivesoftware.smack.util.XmlStringBuilder;
|
|||
* </foo></pre>
|
||||
*
|
||||
* In this case, getValue("color") would return "blue", and getValue("food") would
|
||||
* return "pizza". This parsing mechanism mechanism is very simplistic and will not work
|
||||
* return "pizza". This parsing mechanism is very simplistic and will not work
|
||||
* as desired in all cases (for example, if some of the elements have attributes. In those
|
||||
* cases, a custom ExtensionElementProvider should be used.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue