8245111: Update doc comments for improved processing by the Standard Doclet

Reviewed-by: dfuchs, joehw, lancea, rriggs
This commit is contained in:
Pavel Rappo 2020-05-15 20:38:28 +01:00
parent 35a7eff951
commit 36fb21dc2f
6 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2000, 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
@ -302,7 +302,7 @@ public final class StackTraceElement implements java.io.Serializable {
* </ul>
*
* <p> The first example shows a stack trace element consisting of
* three elements, each separated by {@code "/"} followed with
* three elements, each separated by {@code "/"}, followed by
* the source file name and the line number of the source line
* containing the execution point.
*

View file

@ -2227,8 +2227,8 @@ public class MethodHandles {
}
/**
* Displays the name of the class from which lookups are to be made.
* followed with "/" and the name of the {@linkplain #previousLookupClass()
* Displays the name of the class from which lookups are to be made,
* followed by "/" and the name of the {@linkplain #previousLookupClass()
* previous lookup class} if present.
* (The name is the one reported by {@link java.lang.Class#getName() Class.getName}.)
* If there are restrictions on the access permitted to this lookup,

View file

@ -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;

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2000, 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
@ -114,7 +114,7 @@ public class SimpleFormatter extends Formatter {
* <p>This prints 2 lines where the first line includes
* the timestamp ({@code 1$}) and the source ({@code 2$});
* the second line includes the log level ({@code 4$}) and
* the log message ({@code 5$}) followed with the throwable
* the log message ({@code 5$}) followed by the throwable
* and its backtrace ({@code 6$}), if any:
* <pre>
* Tue Mar 22 13:11:31 PDT 2011 MyClass fatal

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1999, 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
@ -52,7 +52,7 @@ public class NameNotFoundException extends NamingException {
/**
* Constructs a new instance of NameNotFoundException.
* all name resolution fields and explanation initialized to null.
* All name resolution fields and explanation are initialized to null.
*/
public NameNotFoundException() {
super();

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2000, 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
@ -205,7 +205,7 @@ public abstract class TransformerFactory {
/**
* Create a new {@code Transformer} that performs a copy
* of the {@code Source} to the {@code Result}.
* of the {@code Source} to the {@code Result},
* i.e. the "<em>identity transform</em>".
*
* @return A Transformer object that may be used to perform a transformation