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}) *

  • {@link ClassFile.ClassHierarchyResolverOption#of(ClassHierarchyResolver)} * -- specify a custom class hierarchy resolver used by stack map generation
  • - *
  • {@link ClassFile.ConstantPoolSharingOption}} + *
  • {@link ClassFile.ConstantPoolSharingOption} * -- share constant pool when transforming (default is {@code SHARED_POOL})
  • - *
  • {@link ClassFile.DeadCodeOption}} + *
  • {@link ClassFile.DeadCodeOption} * -- patch out unreachable code (default is {@code PATCH_DEAD_CODE})
  • - *
  • {@link ClassFile.DeadLabelsOption}} + *
  • {@link ClassFile.DeadLabelsOption} * -- filter unresolved labels (default is {@code FAIL_ON_DEAD_LABELS})
  • *
  • {@link ClassFile.DebugElementsOption} * -- processing of debug information, such as local variable metadata (default is {@code PASS_DEBUG})
  • diff --git a/src/java.base/share/classes/java/net/NetworkInterface.java b/src/java.base/share/classes/java/net/NetworkInterface.java index 29a07d9b76d..8e0f7137315 100644 --- a/src/java.base/share/classes/java/net/NetworkInterface.java +++ b/src/java.base/share/classes/java/net/NetworkInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 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 @@ -366,7 +366,7 @@ public final class NetworkInterface { * this machine. * * @apiNote This method can be used in combination with - * {@link #inetAddresses()}} to obtain a stream of all IP addresses for + * {@link #inetAddresses()} to obtain a stream of all IP addresses for * this node, for example: *
     {@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