--- a/src/java.base/share/classes/java/lang/ThreadGroup.java Wed Nov 20 10:13:10 2019 +0000
+++ b/src/java.base/share/classes/java/lang/ThreadGroup.java Thu Nov 21 09:10:21 2019 +0000
@@ -52,8 +52,7 @@
* and working off of that snapshot, rather than holding the thread group locked
* while we work on the children.
*/
-public
-class ThreadGroup implements Thread.UncaughtExceptionHandler {
+public class ThreadGroup implements Thread.UncaughtExceptionHandler {
private final ThreadGroup parent;
String name;
int maxPriority;