Author: [EMAIL PROTECTED]
Date: Fri Nov 21 09:32:58 2008
New Revision: 4156

Modified:
     
branches/1_6_datepicker/user/src/com/google/gwt/user/datepicker/client/CalendarView.java

Log:
Fixing CalendarView formatting caused by eclipse refactor

Modified:  
branches/1_6_datepicker/user/src/com/google/gwt/user/datepicker/client/CalendarView.java
==============================================================================
---  
branches/1_6_datepicker/user/src/com/google/gwt/user/datepicker/client/CalendarView.java
         
(original)
+++  
branches/1_6_datepicker/user/src/com/google/gwt/user/datepicker/client/CalendarView.java
         
Fri Nov 21 09:32:58 2008
@@ -35,6 +35,7 @@
    /**
     * Adds a style name to the cell of the supplied date. This style is  
only set
     * until the next time the [EMAIL PROTECTED] CalendarView} is refreshed.
+   *
     * @param styleName style name to add
     * @param date date that will have the supplied style added
     */
@@ -67,6 +68,7 @@

    /**
     * Removes a visible style name from the cell of the supplied date.
+   *
     * @param styleName style name to remove
     * @param date date that will have the supplied style added
     */
@@ -75,6 +77,7 @@
    /**
     * Enables or Disables a particular date. by default all valid dates are
     * enabled after a rendering event. Disabled dates cannot be selected.
+   *
     * @param enabled true for enabled, false for disabled
     * @param date date to enable or disable
     */

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

Reply via email to