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.
*