mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
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:
parent
28503b5fdd
commit
dce8e1fb8f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue