On Thu, 6 Jul 2023 21:03:29 GMT, Naoto Sato <na...@openjdk.org> wrote:
> Removing the IDE specific `@SuppressWarnings` attached to > `java.util.Calendar#equals()`. `equals()` implementation now checks the type > of the other instance for this. This pull request has now been integrated. Changeset: 63f32fbe Author: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/63f32fbe9771b8200f707ed5d1d0e6555ad90f8b Stats: 15 lines in 1 file changed: 1 ins; 1 del; 13 mod 8311528: Remove IDE specific SuppressWarnings Reviewed-by: lancea, bpb, jlu ------------- PR: https://git.openjdk.org/jdk/pull/14790