Going ahead with my version of this.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2623 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray.j.greenwell
2009-08-26 21:20:59 +00:00
parent 31018d5b04
commit daad15fb38
+6 -3
View File
@@ -181,9 +181,12 @@ public class Calendars
}
/**
* Returns a fluent wrapper around a calendar configured to Midnight on specified day in the
* specified month and year. Note: be sure to use {@link Calendar#JANUARY}, etc. for the month
* argument or be prepared rue your folly.
* Returns a fluent wrapper around a calendar configured to Midnight on
* the specified day in the specified month and year.
*
* @param year a regular year value, like 1900
* @param month a 0-based month value, like {@link Calendar#JANUARY}
* @param day a regular day of the month value, like 31
*/
public static Builder at (int year, int month, int day)
{