On Thu, 1 May 2025 22:31:32 GMT, Phil Race <p...@openjdk.org> wrote:

> A simple API to replace java.applet.AudioClip

test/jdk/javax/sound/SoundClip/SoundClipTest.java line 100:

> 98:             }
> 99:         } catch (Exception e) {
> 100:             System.err.println("Exception occured: "+e);

Suggestion:

            System.err.println("Exception occurred: " + e);

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24991#discussion_r2071926408

Reply via email to