Reviewers: rdayal,

Description:
Fix showcase lastNameColumn/ageColumn typo

Repost of 1602803.
Thanks Stephen!


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

Affected files:
M samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/CwDataGrid.java


Index: samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/CwDataGrid.java
===================================================================
--- samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/CwDataGrid.java (revision 11025) +++ samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/CwDataGrid.java (working copy)
@@ -276,7 +276,7 @@
         return object.getAge();
       }
     };
-    lastNameColumn.setSortable(true);
+    ageColumn.setSortable(true);
     sortHandler.setComparator(ageColumn, new Comparator<ContactInfo>() {
       @Override
       public int compare(ContactInfo o1, ContactInfo o2) {


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

Reply via email to