Author: [EMAIL PROTECTED]
Date: Thu Nov 13 08:54:24 2008
New Revision: 4054
Modified:
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/FiresSuggestionEvents.java
Log:
Javadoc tweaks.
Modified:
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/FiresSuggestionEvents.java
==============================================================================
---
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/FiresSuggestionEvents.java
(original)
+++
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/FiresSuggestionEvents.java
Thu Nov 13 08:54:24 2008
@@ -24,6 +24,7 @@
/**
* Adds a handler interface to receive suggestion events.
*
+ * @deprecated add a selection handler instead
* @param handler the handler to add
*/
@Deprecated
@@ -32,7 +33,7 @@
/**
* Removes a previously added handler interface.
*
- * @param handler the handler to remove.
+ * @param handler the handler to remove
*/
@Deprecated
void removeEventHandler(SuggestionHandler handler);
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---