forked from I2P_Developers/i2p.i2p
Fixed stupid pasting bug
This commit is contained in:
@ -56,7 +56,7 @@ public class InNetMessagePool implements Service {
|
|||||||
* using the jobQueue's single thread.
|
* using the jobQueue's single thread.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public static final String PROP_DISPATCH_THREADED = "router.dispatchTemptyList()hreaded";
|
public static final String PROP_DISPATCH_THREADED = "router.dispatchThreaded";
|
||||||
public static final boolean DEFAULT_DISPATCH_THREADED = false;
|
public static final boolean DEFAULT_DISPATCH_THREADED = false;
|
||||||
/**
|
/**
|
||||||
* If we aren't doing threaded dispatch for tunnel messages, should we
|
* If we aren't doing threaded dispatch for tunnel messages, should we
|
||||||
|
Reference in New Issue
Block a user