Author: [EMAIL PROTECTED]
Date: Mon Nov 10 12:42:53 2008
New Revision: 4002

Modified:
     
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/HasHandlers.java

Log:
Fix HasHandlers#getHandler javadoc--may return null

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/HasHandlers.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/HasHandlers.java
  
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/HasHandlers.java
  
Mon Nov 10 12:42:53 2008
@@ -25,7 +25,7 @@

  public interface HasHandlers {
    /**
-   * Gets this object's handlers.
+   * Gets this object's handlers. May return null if there are no handlers.
     *
     * @return the handlers
     */

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to