mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8191632: Typos in comments due to duplicating words
Reviewed-by: alanb
This commit is contained in:
parent
91549ed5ce
commit
ac14c02059
16 changed files with 19 additions and 19 deletions
|
@ -293,7 +293,7 @@ public final class StackTraceElement implements java.io.Serializable {
|
|||
* <li>
|
||||
* "{@code acme@2.1/org.acme.Lib.test(Lib.java:80)}"
|
||||
* - The class of the execution point is defined in {@code acme} module
|
||||
* loaded by by a built-in class loader such as the application class loader.
|
||||
* loaded by a built-in class loader such as the application class loader.
|
||||
* </li>
|
||||
* <li>
|
||||
* "{@code MyClass.mash(MyClass.java:9)}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue