Small javadoc fix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1946 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-05-21 21:12:33 +00:00 committed by mtucker
parent 28503b5fdd
commit dce8e1fb8f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ import java.net.URL;
*
* In order for this packet to be automatically mapped to the Time object listed in the
* providers file above, it must have the methods setUtc(String), setTz(String), and
* setDisplay(tz). The introspection service will automatically try to convert the String
* setDisplay(String). The introspection service will automatically try to convert the String
* value from the XML into a boolean, int, long, float, double, or Class depending on the
* type the IQ instance expects.<p>
*