On Wed, 4 Dec 2024 15:53:37 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> I see in `SharedSecrets` these 2 imports are useless. Not sure if you want to > take this chance to remove them as well. > > ``` > import java.io.PrintStream; > import java.io.PrintWriter; > ``` Sure. Fixed. ------------- PR Comment: https://git.openjdk.org/jdk/pull/22548#issuecomment-2517863747