You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZoneOffset is subclass of ZoneId so it is means that ZoneOffsetAdapter is never used (ZoneIdAdapter is always used for objects of ZoneId and ZoneOffset type)
So the following two if statements should be in reverted order. (ZoneOffset first)
I had some serious issues with releasing to Nexus tonight. Hence the two releases (1.1.3 and 1.1.4). The fix is in version 1.1.4 which will be available in the central repo within a few hours.
ZoneOffset is subclass of ZoneId so it is means that ZoneOffsetAdapter is never used (ZoneIdAdapter is always used for objects of ZoneId and ZoneOffset type)
So the following two
if
statements should be in reverted order. (ZoneOffset first)The text was updated successfully, but these errors were encountered: