Author: e...@google.com
Date: Thu Jan 15 09:52:04 2009
New Revision: 4467

Modified:
     
releases/1.6/user/src/com/google/gwt/user/datepicker/client/CellGridImpl.java

Log:
making a sub-class public so I can cheat and use it in gwt-incubator, does  
not change the core API.
Review by:jlabanca

Modified:  
releases/1.6/user/src/com/google/gwt/user/datepicker/client/CellGridImpl.java
==============================================================================
---  
releases/1.6/user/src/com/google/gwt/user/datepicker/client/CellGridImpl.java   
 
(original)
+++  
releases/1.6/user/src/com/google/gwt/user/datepicker/client/CellGridImpl.java   
 
Thu Jan 15 09:52:04 2009
@@ -39,7 +39,7 @@
    /**
     * Cell type.
     */
-  abstract class Cell extends UIObject {
+  public abstract class Cell extends UIObject {
      private boolean enabled = true;
      private V value;
      private int index;

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

Reply via email to