-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove call to deprecated for removal ThreadGroup.setDaemon()
"The daemon status is not used for anything" The method setDaemon(boolean) from the type ThreadGroup has been deprecated since version 16 and marked for removal EventManager.EventThread.EventThread(ThreadGroup, String) starts threads as daemon
- Loading branch information
1 parent
8b04c1a
commit c3c61f9
Showing
2 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters