38
38
39
39
/**
40
40
* A thread group represents a set of threads. In addition, a thread
41
- * group can also include other thread groups. The thread groups form
41
+ * group can also include other thread groups. The thread groups form@
42
42
* a tree in which every thread group except the initial thread group
43
43
* has a parent.
44
44
*
@@ -200,7 +200,7 @@ public final int getMaxPriority() {
200
200
* when its last thread terminates. The concept of daemon
201
201
* thread group no longer exists.
202
202
*/
203
- @ Deprecated (since ="99 " , forRemoval =true )
203
+ @ Deprecated (since ="16 " , forRemoval =true )
204
204
public final boolean isDaemon () {
205
205
return false ;
206
206
}
@@ -216,7 +216,7 @@ public final boolean isDaemon() {
216
216
*
217
217
* @since 1.1
218
218
*/
219
- @ Deprecated (since ="99 " , forRemoval =true )
219
+ @ Deprecated (since ="16 " , forRemoval =true )
220
220
public boolean isDestroyed () {
221
221
return false ;
222
222
}
@@ -232,7 +232,7 @@ public boolean isDestroyed() {
232
232
* The concept of daemon thread group and the concept of a
233
233
* destroyed thread group no longer exists.
234
234
*/
235
- @ Deprecated (since ="99 " , forRemoval =true )
235
+ @ Deprecated (since ="16 " , forRemoval =true )
236
236
public final void setDaemon (boolean daemon ) {
237
237
checkAccess ();
238
238
}
@@ -579,7 +579,7 @@ public final void resume() {
579
579
* thread group. The ability to destroy a thread group no
580
580
* longer exists.
581
581
*/
582
- @ Deprecated (since ="99 " , forRemoval =true )
582
+ @ Deprecated (since ="16 " , forRemoval =true )
583
583
public final void destroy () {
584
584
}
585
585
0 commit comments