8022666: java.util.Calendar.set(int,int,int,int,int,int) documentation typo

Reviewed-by: peytoia
This commit is contained in:
Masayoshi Okutsu 2013-10-02 17:57:04 +09:00
parent 8d0e77641f
commit f640e20e65

View File

@ -1937,7 +1937,7 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
/**
* Sets the values for the fields <code>YEAR</code>, <code>MONTH</code>,
* <code>DAY_OF_MONTH</code>, <code>HOUR</code>, <code>MINUTE</code>, and
* <code>DAY_OF_MONTH</code>, <code>HOUR_OF_DAY</code>, <code>MINUTE</code>, and
* <code>SECOND</code>.
* Previous values of other fields are retained. If this is not desired,
* call {@link #clear()} first.