On Fri, 13 Aug 2021 19:38:12 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:

>> rajat mahajan has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Fix IDE warnings, added Default Locale as US, fixed Copyright to include 
>> current year.
>
> test/jdk/java/awt/print/PrinterJob/PageDialogMarginTest.java line 58:
> 
>> 56:         HashPrintRequestAttributeSet aset = new 
>> HashPrintRequestAttributeSet();
>> 57:         PageFormat pf;
>> 58:         pf = pj.pageDialog(aset);
> 
> I suggest merging these two lines:
> Suggestion:
> 
>         PageFormat pf = pj.pageDialog(aset);

Made the changes you asked.

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

PR: https://git.openjdk.java.net/jdk/pull/5115

Reply via email to