From 1aff49f44a89e2d27c1caa77da3f0983fea765b7 Mon Sep 17 00:00:00 2001 From: Alan Bateman Date: Fri, 26 Mar 2021 10:29:21 +0000 Subject: [PATCH] javadoc tweak --- src/java.base/share/classes/java/lang/ThreadGroup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java.base/share/classes/java/lang/ThreadGroup.java b/src/java.base/share/classes/java/lang/ThreadGroup.java index 7959d4e9f5c..78df4e02b9a 100644 --- a/src/java.base/share/classes/java/lang/ThreadGroup.java +++ b/src/java.base/share/classes/java/lang/ThreadGroup.java @@ -61,7 +61,7 @@ * a form of job control for threads. Thread groups supported the isolation * of applets and defined methods intended for diagnostic purposes. The concept * of thread group is obsolete. It should be rare for new applications to create - * thread groups or interact with its class. + * thread groups or interact with this API. * * @since 1.0 */