ICU-4585 update tags, docs for 3.4

X-SVN-Rev: 17937
This commit is contained in:
Doug Felt 2005-06-17 03:12:47 +00:00
parent 1e4cfb1b42
commit f1befbadf8

View file

@ -141,6 +141,13 @@ public class SimpleTimeZone extends JDKTimeZone {
xinfo.setEnd(endMonth, endDay, endDayOfWeek, endTime, -1, false);
}
/**
* Set the raw offset.
*
* @param offsetMillis the raw offset of the time zone
* @draft ICU 3.4
* @deprecated This is a draft API and might change in a future release of ICU.
*/
public void setRawOffset(int offsetMillis) {
super.setRawOffset(offsetMillis);
raw = offsetMillis;