Author: [EMAIL PROTECTED]
Date: Wed Nov 12 07:52:20 2008
New Revision: 4023

Modified:
     
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/CloseEvent.java
     
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/OpenEvent.java
     
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/SelectionEvent.java
     
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ValueChangeEvent.java

Log:
Removing stray "." from  source param javadoc.

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/CloseEvent.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/CloseEvent.java
   
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/CloseEvent.java
   
Wed Nov 12 07:52:20 2008
@@ -34,7 +34,7 @@
     * Fires a close event on all registered handlers in the handler manager.
     *
     * @param <T> the target type
-   * @param <S> The event source.
+   * @param <S> The event source
     * @param source the source of the handlers. Must have close handlers  
and a
     *          handler manager.
     * @param target the target
@@ -57,7 +57,7 @@
     * Fires a close event on all registered handlers in the handler manager.
     *
     * @param <T> the target type
-   * @param <S> The event source.
+   * @param <S> The event source
     * @param source the source of the handlers. Must have close handlers  
and a
     *          handler manager.
     * @param target the target

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/OpenEvent.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/OpenEvent.java
    
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/OpenEvent.java
    
Wed Nov 12 07:52:20 2008
@@ -34,7 +34,7 @@
     * Fires a open event on all registered handlers in the handler manager.
     *
     * @param <T> the target type
-   * @param <S> The event source.
+   * @param <S> The event source
     * @param source the source of the handlers. Must have open handlers and  
a
     *          handler manager.
     * @param target the target

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/SelectionEvent.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/SelectionEvent.java
       
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/SelectionEvent.java
       
Wed Nov 12 07:52:20 2008
@@ -34,7 +34,7 @@
     * Fires a selection event on all registered handlers in the handler  
manager.
     *
     * @param <I> the selected item type
-   * @param <S> The event source.
+   * @param <S> The event source
     * @param source the source of the handlers. Must have selection  
handlers and
     *          a handler manager.
     * @param selectedItem the selected item

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ValueChangeEvent.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ValueChangeEvent.java
     
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/event/logical/shared/ValueChangeEvent.java
     
Wed Nov 12 07:52:20 2008
@@ -35,7 +35,7 @@
     * manager.
     *
     * @param <I> the old value type
-   * @param <S> The event source.
+   * @param <S> The event source
     * @param source the source of the handlers. Must have value change  
handlers
     *          and a handler manager.
     * @param value the value
@@ -58,7 +58,7 @@
     * safe handling of null.
     *
     * @param <I> the old value type
-   * @param <S> The event source.
+   * @param <S> The event source
     * @param source the source of the handlers. Must have value change  
handlers
     *          and a handler manager.
     * @param oldValue the oldValue, may be null

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

Reply via email to