From dce8e1fb8fb693f391fa13568eab33c73aff22fb Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Wed, 21 May 2003 21:12:33 +0000 Subject: [PATCH] Small javadoc fix. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1946 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/provider/ProviderManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smack/provider/ProviderManager.java b/source/org/jivesoftware/smack/provider/ProviderManager.java index 4bf2b4859..19cb62dc2 100644 --- a/source/org/jivesoftware/smack/provider/ProviderManager.java +++ b/source/org/jivesoftware/smack/provider/ProviderManager.java @@ -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.

*