mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-24 01:00:27 +00:00
7128931: Bad HTML escaping in java.lang.Throwable javadoc
Reviewed-by: mduigou
This commit is contained in:
parent
d3428db5c5
commit
cd63594f4a
@ -625,7 +625,7 @@ public class Throwable implements Serializable {
|
||||
* at Resource2.close(Resource2.java:20)
|
||||
* at Foo4.main(Foo4.java:5)
|
||||
* Caused by: java.lang.Exception: Rats, you caught me
|
||||
* at Resource2$CloseFailException.<init>(Resource2.java:45)
|
||||
* at Resource2$CloseFailException.<init>(Resource2.java:45)
|
||||
* ... 2 more
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user