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

View File

@ -40,7 +40,7 @@ import org.jivesoftware.smack.util.XmlStringBuilder;
* &lt;/foo&gt;</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.
*