1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-29 15:04:53 +02:00

Update DefaultExtensionElement.java

Removed duplicate word from description
This commit is contained in:
rohanag12 2016-01-30 12:44:43 +05:30
parent c8d6cc2b6c
commit d69265774b

View file

@ -40,7 +40,7 @@ import org.jivesoftware.smack.util.XmlStringBuilder;
* &lt;/foo&gt;</pre> * &lt;/foo&gt;</pre>
* *
* In this case, getValue("color") would return "blue", and getValue("food") would * 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 * as desired in all cases (for example, if some of the elements have attributes. In those
* cases, a custom ExtensionElementProvider should be used. * cases, a custom ExtensionElementProvider should be used.
* *