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:
Matt Tucker 2003-05-01 13:31:21 +00:00 committed by mtucker
parent 81070542fa
commit f27c5b1272
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ import org.jivesoftware.smack.util.StringUtils;
*
* 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
* 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
* 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