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:
Yoshito Umaoka 2012-08-31 19:39:45 +00:00
parent c5abb42b6a
commit 1488875053

View file

@ -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