Update of /var/cvs/src/org/mmbase/datatypes
In directory james.mmbase.org:/tmp/cvs-serv12740
Modified Files:
WeekdaysDataType.java
Log Message:
javadoc
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/datatypes
Index: WeekdaysDataType.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/datatypes/WeekdaysDataType.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- WeekdaysDataType.java 9 Jul 2008 11:46:24 -0000 1.3
+++ WeekdaysDataType.java 28 Jul 2008 16:12:35 -0000 1.4
@@ -15,10 +15,12 @@
import org.mmbase.util.logging.*;
/**
- * An enumeration datatype representing all days of a week, so an integer with
the value 1 through 7.
+ * An enumeration datatype representing all days of a week, so an integer with
the value 1 through
+ * 7. It considers the locale to determin which day is to be the first of the
week, and hence the
+ * first in the enumeration.
*
* @author Michiel Meeuwissen
- * @version $Id: WeekdaysDataType.java,v 1.3 2008/07/09 11:46:24 michiel Exp $
+ * @version $Id: WeekdaysDataType.java,v 1.4 2008/07/28 16:12:35 michiel Exp $
* @since MMBase-1.8.6
*/
public class WeekdaysDataType extends IntegerDataType {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs