|
1 | 1 | /*
|
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. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
4 | 4 | *
|
5 | 5 | * This code is free software; you can redistribute it and/or modify it
|
|
316 | 316 | * <th scope="row" style="font-weight:normal" rowspan=3>{@code list}
|
317 | 317 | * <th scope="row" style="font-weight:normal"><i>(none)</i>
|
318 | 318 | * <td>{@link ListFormat#getInstance(Locale, ListFormat.Type, ListFormat.Style)
|
319 |
| - * ListFormat.getInstance}{@code (getLocale()}, {@link ListFormat.Type#STANDARD}, {@link ListFormat.Style#FULL}) |
| 319 | + * ListFormat.getInstance}{@code (getLocale()}, {@link ListFormat.Type#STANDARD}, {@link ListFormat.Style#FULL}{@code )} |
320 | 320 | * <tr>
|
321 | 321 | * <th scope="row" style="font-weight:normal">{@code or}
|
322 | 322 | * <td>{@link ListFormat#getInstance(Locale, ListFormat.Type, ListFormat.Style)
|
323 |
| - * ListFormat.getInstance}{@code (getLocale()}, {@link ListFormat.Type#OR}, {@link ListFormat.Style#FULL}) |
| 323 | + * ListFormat.getInstance}{@code (getLocale()}, {@link ListFormat.Type#OR}, {@link ListFormat.Style#FULL}{@code )} |
324 | 324 | * <tr>
|
325 | 325 | * <th scope="row" style="font-weight:normal">{@code unit}
|
326 | 326 | * <td>{@link ListFormat#getInstance(Locale, ListFormat.Type, ListFormat.Style)
|
327 |
| - * ListFormat.getInstance}{@code (getLocale()}, {@link ListFormat.Type#UNIT}, {@link ListFormat.Style#FULL}} |
| 327 | + * ListFormat.getInstance}{@code (getLocale()}, {@link ListFormat.Type#UNIT}, {@link ListFormat.Style#FULL}{@code )} |
328 | 328 | * </tbody>
|
329 | 329 | * </table>
|
330 | 330 | *
|
|
1 commit comments
openjdk-notifier[bot] commentedon Mar 25, 2025
Review
Issues