This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
cobbzilla-utils
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
fix warning, add
@Deprecated
annotation
tags/2.0.1
Jonathan Cobb
4 years ago
parent
716588cbb6
commit
5d8c24fc4a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/main/java/org/cobbzilla/util/daemon/SimpleDaemon.java
+ 1
- 0
src/main/java/org/cobbzilla/util/daemon/SimpleDaemon.java
View File
@@ -67,6 +67,7 @@ public abstract class SimpleDaemon implements Runnable {
/**
* @deprecated USE WITH CAUTION -- calls Thread.stop() !!
*/
@Deprecated
private void kill() {
if (alreadyStopped()) return;
isDone = true;
Write
Preview
Loading…
Cancel
Save