set @since

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@984657 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joerg Schaible 2010-08-12 06:55:49 +00:00
parent 37dba589f7
commit 711337c3a9
1 changed files with 1 additions and 0 deletions

View File

@ -629,6 +629,7 @@ private static Date set(Date date, int calendarField, int amount) {
* @param date the date to convert to a Calendar
* @return the created Calendar
* @throws NullPointerException if null is passed in
* @since 3.0
*/
public static Calendar toCalendar(Date date) {
Calendar c = Calendar.getInstance();