mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Fixed spelling error.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1915 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
81070542fa
commit
f27c5b1272
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ import org.jivesoftware.smack.util.StringUtils;
|
||||||
*
|
*
|
||||||
* Each IQ provider is associated with a namespace. If multiple provider entries attempt to
|
* Each IQ provider is associated with a namespace. If multiple provider entries attempt to
|
||||||
* register to handle the same namespace, the first entry loaded from the classpath will
|
* register to handle the same namespace, the first entry loaded from the classpath will
|
||||||
* take precendence. The IQ provider class can either implement the IQProvider interface,
|
* take precedence. The IQ provider class can either implement the IQProvider interface,
|
||||||
* or extend the IQ class. In the former case, each IQProvider is responsible for parsing
|
* or extend the IQ class. In the former case, each IQProvider is responsible for parsing
|
||||||
* the raw XML stream to create an IQ instance. In the latter case, bean introspection is
|
* the raw XML stream to create an IQ instance. In the latter case, bean introspection is
|
||||||
* used to try to automatically set properties of the IQ instance using the values found
|
* used to try to automatically set properties of the IQ instance using the values found
|
||||||
|
|
Loading…
Reference in a new issue