On Sat, 16 Apr 2022 17:45:16 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> Replaces usages of articles that follow each other in all combinations: > a/the, an?/an?, the/the⦠> > I fixed a couple of other spelling mistakes. src/java.desktop/share/classes/java/awt/Graphics.java line 29: > 27: import java.io.*; > 28: import java.lang.*; > 29: import java.util.*; Are these unused imports? ------------- PR: https://git.openjdk.java.net/jdk/pull/8274