Author: [EMAIL PROTECTED]
Date: Thu Nov 13 12:15:57 2008
New Revision: 4060

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

Log:
Fixed type-o in javadoc

Modified:  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/HTMLTable.java
==============================================================================
---  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/HTMLTable.java 
 
(original)
+++  
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/HTMLTable.java 
 
Thu Nov 13 12:15:57 2008
@@ -50,7 +50,7 @@
      /**
       * Creates a cell.
       * @param rowIndex the cell's row
-     * @param cellIndex the cell's inded
+     * @param cellIndex the cell's index
       */
      protected Cell(int rowIndex, int cellIndex) {
        this.cellIndex = cellIndex;

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

Reply via email to