From ec00b6b7aceafd59eaec6149acec973eed561e82 Mon Sep 17 00:00:00 2001 From: Nizar Benalla Date: Fri, 31 Jan 2025 01:14:40 +0000 Subject: [PATCH 01/13] 8348975: Broken links in the JDK 24 JavaDoc API documentation, build 33 Reviewed-by: liach Backport-of: 22069ff42b7e5c3058415ef9b6e0b50b9d2c16ef --- make/common/Modules.gmk | 4 ++-- src/java.base/share/classes/java/util/Formatter.java | 6 +++--- .../com/sun/jndi/ldap/DefaultResponseControlFactory.java | 2 +- .../classes/javax/naming/ldap/PagedResultsControl.java | 2 +- .../javax/naming/ldap/PagedResultsResponseControl.java | 4 ++-- .../classes/com/sun/jdi/connect/spi/TransportService.java | 4 ++-- test/docs/jdk/javadoc/doccheck/ExtLinksJdk.txt | 7 +++---- 7 files changed, 14 insertions(+), 15 deletions(-) diff --git a/make/common/Modules.gmk b/make/common/Modules.gmk index fd6b9b4ec10..c8c78ed8041 100644 --- a/make/common/Modules.gmk +++ b/make/common/Modules.gmk @@ -1,5 +1,5 @@ # -# Copyright (c) 2014, 2023, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2014, 2025, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -92,7 +92,7 @@ SRC_SUBDIRS += share/classes SPEC_SUBDIRS += share/specs -MAN_SUBDIRS += share/man +MAN_SUBDIRS += share/man windows/man # Find all module-info.java files for the current build target platform and # configuration. diff --git a/src/java.base/share/classes/java/util/Formatter.java b/src/java.base/share/classes/java/util/Formatter.java index 6ab07e14594..d0b4f6744d0 100644 --- a/src/java.base/share/classes/java/util/Formatter.java +++ b/src/java.base/share/classes/java/util/Formatter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2025, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2023, Alibaba Group Holding Limited. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -432,7 +432,7 @@ * prefix {@code 'T'} forces this output to upper case. * * {@code 'z'} - * RFC 822 + * RFC 822 * style numeric time zone offset from GMT, e.g. {@code -0800}. This * value will be adjusted as necessary for Daylight Saving Time. For * {@code long}, {@link Long}, and {@link Date} the time zone used is @@ -1720,7 +1720,7 @@ * * {@code 'z'} * '\u007a' - * RFC 822 + * RFC 822 * style numeric time zone offset from GMT, e.g. {@code -0800}. This * value will be adjusted as necessary for Daylight Saving Time. For * {@code long}, {@link Long}, and {@link Date} the time zone used is diff --git a/src/java.naming/share/classes/com/sun/jndi/ldap/DefaultResponseControlFactory.java b/src/java.naming/share/classes/com/sun/jndi/ldap/DefaultResponseControlFactory.java index 89b01484cd4..534aa95a916 100644 --- a/src/java.naming/share/classes/com/sun/jndi/ldap/DefaultResponseControlFactory.java +++ b/src/java.naming/share/classes/com/sun/jndi/ldap/DefaultResponseControlFactory.java @@ -36,7 +36,7 @@ *