On Mon, 18 Apr 2022 05:14:27 GMT, Jayathirth D V <j...@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. >> >> I also expanded wildcard imports. > > 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? Yes, they're unused. The class has a list of abstract methods. The build is successful. ------------- PR: https://git.openjdk.java.net/jdk/pull/8274