8218726: Minor Throwable.printStackTrace() typos jdk-13+10
authordarcy
Wed, 27 Feb 2019 12:19:29 -0800
changeset 53947 8e069f7b4fab
parent 53946 7ed4312ac094
child 53948 07dd34f487d4
child 54230 d9d9655bb077
child 57220 6a80fd1912ef
8218726: Minor Throwable.printStackTrace() typos Reviewed-by: bpb
src/java.base/share/classes/java/lang/Throwable.java
--- a/src/java.base/share/classes/java/lang/Throwable.java	Wed Feb 27 19:40:18 2019 +0000
+++ b/src/java.base/share/classes/java/lang/Throwable.java	Wed Feb 27 12:19:29 2019 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1994, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1994, 2019, 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
@@ -616,7 +616,7 @@
      *          ... 1 more
      * </pre>
      * Note that the "... n more" notation is used on suppressed exceptions
-     * just at it is used on causes. Unlike causes, suppressed exceptions are
+     * just as it is used on causes. Unlike causes, suppressed exceptions are
      * indented beyond their "containing exceptions."
      *
      * <p>An exception can have both a cause and one or more suppressed