mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-9401 Use Integer.MAX_VALUE for FIELD_DIFF_MAX_INT - minor update by code review.
X-SVN-Rev: 32309
This commit is contained in:
parent
c5abb42b6a
commit
1488875053
1 changed files with 1 additions and 1 deletions
|
@ -3792,7 +3792,7 @@ public abstract class Calendar implements Serializable, Cloneable, Comparable<Ca
|
|||
// Constants
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
private static final int FIELD_DIFF_MAX_INT = 2147483647;
|
||||
private static final int FIELD_DIFF_MAX_INT = Integer.MAX_VALUE; // 2147483647
|
||||
|
||||
/**
|
||||
* {@icu} Returns the difference between the given time and the time this
|
||||
|
|
Loading…
Add table
Reference in a new issue