You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/11/29 02:26:08 UTC

svn commit: r349574 - /myfaces/sandbox/trunk/src/java/org/apache/myfaces/custom/schedule/model/SimpleScheduleModel.java

Author: skitching
Date: Mon Nov 28 17:26:04 2005
New Revision: 349574

URL: http://svn.apache.org/viewcvs?rev=349574&view=rev
Log:
Fix javadoc error. Some other very minor javadoc tidyups.

Modified:
    myfaces/sandbox/trunk/src/java/org/apache/myfaces/custom/schedule/model/SimpleScheduleModel.java

Modified: myfaces/sandbox/trunk/src/java/org/apache/myfaces/custom/schedule/model/SimpleScheduleModel.java
URL: http://svn.apache.org/viewcvs/myfaces/sandbox/trunk/src/java/org/apache/myfaces/custom/schedule/model/SimpleScheduleModel.java?rev=349574&r1=349573&r2=349574&view=diff
==============================================================================
--- myfaces/sandbox/trunk/src/java/org/apache/myfaces/custom/schedule/model/SimpleScheduleModel.java (original)
+++ myfaces/sandbox/trunk/src/java/org/apache/myfaces/custom/schedule/model/SimpleScheduleModel.java Mon Nov 28 17:26:04 2005
@@ -61,14 +61,10 @@
     //~ Methods ----------------------------------------------------------------
 
     /**
-     * <p>
-     * Set the name of a holiday
-     * </p>
+     * Set the name of a holiday.
      *
      * @param date the date
      * @param holidayName the name of the holiday
-     *
-     * @return true if successful
      */
     public void setHoliday(Date date, String holidayName)
     {
@@ -82,9 +78,7 @@
     }
 
     /**
-     * <p>
-     * Add an entry to the model
-     * </p>
+     * Add an entry to the model.
      *
      * @param entry the entry to add
      */
@@ -94,9 +88,7 @@
     }
 
     /**
-     * <p>
-     * Remove an entry from the model
-     * </p>
+     * Remove an entry from the model.
      * 
      * @param entry the entry to remove
      */