forked from I2P_Developers/i2p.i2p
javadocs
This commit is contained in:
@ -939,7 +939,7 @@ public class I2PAppContext {
|
|||||||
/**
|
/**
|
||||||
* Use instead of SimpleScheduler.getInstance()
|
* Use instead of SimpleScheduler.getInstance()
|
||||||
* @since 0.9 to replace static instance in the class
|
* @since 0.9 to replace static instance in the class
|
||||||
* @deprecated in 0.9.19
|
* @deprecated in 0.9.20, use simpleTimer2()
|
||||||
*/
|
*/
|
||||||
public SimpleScheduler simpleScheduler() {
|
public SimpleScheduler simpleScheduler() {
|
||||||
if (!_simpleSchedulerInitialized)
|
if (!_simpleSchedulerInitialized)
|
||||||
@ -948,7 +948,7 @@ public class I2PAppContext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated in 0.9.19
|
* @deprecated in 0.9.20
|
||||||
*/
|
*/
|
||||||
private void initializeSimpleScheduler() {
|
private void initializeSimpleScheduler() {
|
||||||
synchronized (_lock18) {
|
synchronized (_lock18) {
|
||||||
|
@ -24,6 +24,8 @@ import net.i2p.I2PAppContext;
|
|||||||
* For periodic events, use addPeriodicEvent(). Unlike SimpleTimer,
|
* For periodic events, use addPeriodicEvent(). Unlike SimpleTimer,
|
||||||
* uncaught Exceptions will not prevent subsequent executions.
|
* uncaught Exceptions will not prevent subsequent executions.
|
||||||
*
|
*
|
||||||
|
* @deprecated in 0.9.20, use SimpleTimer2 instead
|
||||||
|
*
|
||||||
* @author zzz
|
* @author zzz
|
||||||
*/
|
*/
|
||||||
public class SimpleScheduler {
|
public class SimpleScheduler {
|
||||||
|
Reference in New Issue
Block a user