<AWT Dev> RFR: 8264428: Cleanup usages of StringBuffer in java.desktop [v3]

Andrey Turbanov github.com+741251+turbanoff at openjdk.java.net
Wed Apr 7 06:39:51 UTC 2021


On Tue, 30 Mar 2021 15:46:56 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   [PATCH] Replace uses of StringBuffer with StringBuilder in java.desktop
>>   
>>   fix copyright year
>
> src/java.desktop/windows/classes/sun/java2d/d3d/D3DContext.java line 139:
> 
>> 137:         @Override
>> 138:         public String toString() {
>> 139:             StringBuilder buf = new StringBuilder(super.toString());
> 
> Looks like this is the only file where copyright year is not updated.

Thanks. Fixed.

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

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


More information about the awt-dev mailing list