Skip to content

Commit

Permalink
Update icu4j/main/core/src/main/java/com/ibm/icu/util/Calendar.java
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Scherer <[email protected]>
  • Loading branch information
FrankYFTang and markusicu authored Jan 3, 2025
1 parent 90d9dd3 commit 77b9140
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
/**
* Pseudo-time-stamps which specify when each field was set. There
* are two special values, UNSET and INTERNALLY_SET. Values from
* MINIMUM_USER_SET to Byte.MAX_VALUE are legal user set values.
* MINIMUM_USER_SET to STAMP_MAX are legal user set values.
*/
private transient byte stamp[];

Expand Down

0 comments on commit 77b9140

Please sign in to comment.