mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8245111: Update doc comments for improved processing by the Standard Doclet
Reviewed-by: dfuchs, joehw, lancea, rriggs
This commit is contained in:
parent
35a7eff951
commit
36fb21dc2f
6 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2020, 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
|
||||
|
@ -591,7 +591,7 @@ public class Attributes implements Map<Object,Object>, Cloneable {
|
|||
public static final Name EXTENSION_LIST;
|
||||
|
||||
/**
|
||||
* {@code Name} object for {@code Extension-Name} manifest attribute.
|
||||
* {@code Name} object for {@code Extension-Name} manifest attribute
|
||||
* used for the extension mechanism that is no longer supported.
|
||||
*/
|
||||
public static final Name EXTENSION_NAME;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue