JDK-8322868 : java/io/BufferedInputStream/TransferToTrusted.java has bad copyright header
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 23
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2024-01-02
  • Updated: 2024-07-04
  • Resolved: 2024-01-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 23
23 b04Fixed
Related Reports
Duplicate :  
Relates :  
Description
 * Copyright (c) 2023, 2024 Oracle and/or its affiliates. All rights reserved.

should be

 * Copyright (c) 2023, 2024, Oracle and/or its affiliates. All rights reserved.

Missing comma after 2024.
Comments
Changeset: c2477a5c Author: Brian Burkhalter <bpb@openjdk.org> Date: 2024-01-02 20:35:09 +0000 URL: https://git.openjdk.org/jdk/commit/c2477a5cad6539e6e38cc0732383aaa2a8df801f
02-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17228 Date: 2024-01-02 20:27:29 +0000
02-01-2024