8022666: java.util.Calendar.set(int,int,int,int,int,int) documentation typo
Reviewed-by: peytoia
This commit is contained in:
parent
8d0e77641f
commit
f640e20e65
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user