On Tue, 30 Mar 2021 15:46:56 GMT, Alexander Zvegintsev <azveg...@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