On Thu, 25 Apr 2024 12:01:41 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
>> robert engels has updated the pull request incrementally with one additional >> commit since the last revision: >> >> fix broken test cases > > test/jdk/com/sun/net/httpserver/bugs/TcpNoDelayNotRequired.java line 2: > >> 1: /* >> 2: * Copyright (c) 2005, 2023, Oracle and/or its affiliates. All rights >> reserved. > > Hello @robaho, since this is a new test file, the copyright year should be > `Copyright (c) 2024, Oracle ....` Additionally, the other files that have been updated in this PR will need an copyright year update. The `ChunkedOutputStream.java` for example, will have to be changed from `2005, 2023,` to `2005, 2024,`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18667#discussion_r1579352477