Skip to content

Commit 5da2f4b

Browse files
committed
Copyright (C) 2025
1 parent e912ad8 commit 5da2f4b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/java.base/share/classes/java/io/Reader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1996, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1996, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

src/java.base/share/classes/java/lang/AbstractStringBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2003, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

src/java.base/share/classes/java/lang/CharSequence.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -333,7 +333,7 @@ public static int compare(CharSequence cs1, CharSequence cs2) {
333333
* @implSpec
334334
* The default implementation iterates over {@link #charAt(int)}.
335335
*
336-
* @since 24
336+
* @since 25
337337
*/
338338
public default void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) {
339339
Objects.checkFromToIndex(srcBegin, srcEnd, length());

src/java.base/share/classes/java/lang/String.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1994, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1994, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

src/java.base/share/classes/java/nio/X-Buffer.java.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -2348,7 +2348,7 @@ public abstract sealed class $Type$Buffer
23482348
* implementation in {@code CharSequence}. It performs a direct
23492349
* buffer-to-array copy of the complete specified region.
23502350
*
2351-
* @since 24
2351+
* @since 25
23522352
*/
23532353
@Override
23542354
public void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) {

0 commit comments

Comments
 (0)