fe6ce0103794950835fc10be2ec9e1153b6860a0
TimeUnit is being used as the key to a map in TimeDiffUtil, so we must define a hashCode() consistent with its equals() method. The implementation is the same as java.lang.Long.hashCode().
Description
Languages
Java
100%