Author: [EMAIL PROTECTED]
Date: Thu Nov 13 08:48:19 2008
New Revision: 4051

Modified:
     
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/AbsolutePanel.java
     
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/ChangeListener.java

Log:
Removing extra periods from javadoc.

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/AbsolutePanel.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/AbsolutePanel.java
      
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/AbsolutePanel.java
      
Thu Nov 13 08:48:19 2008
@@ -64,7 +64,7 @@
     * it can be used by [EMAIL PROTECTED] RootPanel} or a subclass that wants 
to  
substitute
     * another element. The element is presumed to be a <div>.
     *
-   * @param elem the element to be used for this panel.
+   * @param elem the element to be used for this panel
     */
    protected AbsolutePanel(Element elem) {
      setElement(elem);

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/ChangeListener.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/ChangeListener.java
     
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/ChangeListener.java
     
Thu Nov 13 08:48:19 2008
@@ -27,7 +27,7 @@
     * Fired when a widget changes, where 'change' is defined by the widget
     * sending the event.
     *
-   * @param sender the widget that has changed.
+   * @param sender the widget that has changed
     */
    @Deprecated
    void onChange(Widget sender);

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

Reply via email to