RFR: 8284189: Replace usages of 'a the' in java.desktop
Alexey Ivanov
aivanov at openjdk.java.net
Mon Apr 18 12:59:43 UTC 2022
On Mon, 18 Apr 2022 05:14:27 GMT, Jayathirth D V <jdv at 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
More information about the client-libs-dev
mailing list