On Wed, 9 Mar 2022 10:04:09 GMT, Tejesh R <d...@openjdk.java.net> wrote:
> Removed the println() line from the Interrupted catch block. Since > waitForID() Interrupt indicates completion of Image Loading, println as > Interrupt handling was not required. This pull request has now been integrated. Changeset: f2640317 Author: Tejesh R <tejes...@oracle.com> Committer: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/f26403172f2e19e2ed4efd0f06f00beaebde1031 Stats: 96 lines in 2 files changed: 95 ins; 0 del; 1 mod 8236987: Remove call to System.out.println from ImageIcon.loadImage Reviewed-by: aivanov, psadhukhan, prr ------------- PR: https://git.openjdk.java.net/jdk/pull/7754