diff --git a/src/java.base/share/classes/java/lang/classfile/package-info.java b/src/java.base/share/classes/java/lang/classfile/package-info.java index a966a6d8269..832dac2fff1 100644 --- a/src/java.base/share/classes/java/lang/classfile/package-info.java +++ b/src/java.base/share/classes/java/lang/classfile/package-info.java @@ -168,7 +168,7 @@ *
* For nonstandard attributes, user-provided attribute mappers can be specified * through the use of the {@link - * ClassFile.AttributeMapperOption#of(Function)}} + * ClassFile.AttributeMapperOption#of(Function)} * classfile option. Implementations of custom attributes should extend {@link * CustomAttribute}. * @@ -185,11 +185,11 @@ * -- unrecognized or problematic original attributes (default is {@code PASS_ALL_ATTRIBUTES}) *
{@code
* Stream addrs = NetworkInterface.networkInterfaces()
diff --git a/src/java.base/share/classes/java/text/MessageFormat.java b/src/java.base/share/classes/java/text/MessageFormat.java
index dbe312e8583..5477d0f881a 100644
--- a/src/java.base/share/classes/java/text/MessageFormat.java
+++ b/src/java.base/share/classes/java/text/MessageFormat.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1996, 2024, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 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
@@ -316,15 +316,15 @@ import java.util.Objects;
* {@code list}
* (none)
* {@link ListFormat#getInstance(Locale, ListFormat.Type, ListFormat.Style)
- * ListFormat.getInstance}{@code (getLocale()}, {@link ListFormat.Type#STANDARD}, {@link ListFormat.Style#FULL})
+ * ListFormat.getInstance}{@code (getLocale()}, {@link ListFormat.Type#STANDARD}, {@link ListFormat.Style#FULL}{@code )}
*
* {@code or}
* {@link ListFormat#getInstance(Locale, ListFormat.Type, ListFormat.Style)
- * ListFormat.getInstance}{@code (getLocale()}, {@link ListFormat.Type#OR}, {@link ListFormat.Style#FULL})
+ * ListFormat.getInstance}{@code (getLocale()}, {@link ListFormat.Type#OR}, {@link ListFormat.Style#FULL}{@code )}
*
* {@code unit}
* {@link ListFormat#getInstance(Locale, ListFormat.Type, ListFormat.Style)
- * ListFormat.getInstance}{@code (getLocale()}, {@link ListFormat.Type#UNIT}, {@link ListFormat.Style#FULL}}
+ * ListFormat.getInstance}{@code (getLocale()}, {@link ListFormat.Type#UNIT}, {@link ListFormat.Style#FULL}{@code )}
*
*
*
diff --git a/src/java.base/share/classes/java/util/stream/AbstractTask.java b/src/java.base/share/classes/java/util/stream/AbstractTask.java
index 9a61729f68d..04a64fdd346 100644
--- a/src/java.base/share/classes/java/util/stream/AbstractTask.java
+++ b/src/java.base/share/classes/java/util/stream/AbstractTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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
@@ -222,7 +222,7 @@ abstract class AbstractTask element type for the input and output of the reduction
* @param identity the identity value for the reduction (also, the value