Reviewers: Dan Rice,

Description:
Fixing a couple of typos in JavaDoc.


Please review this at http://gwt-code-reviews.appspot.com/720802/show

Affected files:
  M user/src/com/google/gwt/app/place/ActivityManager.java
  M user/src/com/google/gwt/cell/client/ClickableTextCell.java


Index: user/src/com/google/gwt/app/place/ActivityManager.java
===================================================================
--- user/src/com/google/gwt/app/place/ActivityManager.java      (revision 8494)
+++ user/src/com/google/gwt/app/place/ActivityManager.java      (working copy)
@@ -117,7 +117,7 @@
   }

   /**
-   * Reject the place change if the current is not willing to stop.
+ * Reject the place change if the current activity is not willing to stop.
    *
* @see PlaceChangeRequestedEvent.Handler#onPlaceChangeRequested(PlaceChangeRequestedEvent)
    */
Index: user/src/com/google/gwt/cell/client/ClickableTextCell.java
===================================================================
--- user/src/com/google/gwt/cell/client/ClickableTextCell.java (revision 8494) +++ user/src/com/google/gwt/cell/client/ClickableTextCell.java (working copy)
@@ -19,7 +19,7 @@
 import com.google.gwt.dom.client.NativeEvent;

 /**
- * A {...@link Cell} used to render text. Clicking on the call causes its
+ * A {...@link Cell} used to render text. Clicking on the cell causes its
  * {...@link ValueUpdater} to be called.
  *
  * <p>


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

Reply via email to