mirror of
https://github.com/ctripcorp/zeus.git
synced 2024-11-10 17:13:46 +08:00
reformat
This commit is contained in:
parent
717b8daa7b
commit
d717eb4c74
1 changed files with 0 additions and 2 deletions
|
@ -61,9 +61,7 @@ public class ActivateResource {
|
|||
@Resource
|
||||
private MessageQueueService messageQueueService;
|
||||
|
||||
private static DynamicIntProperty lockTimeout = DynamicPropertyFactory.getInstance().getIntProperty("lock.timeout", 5000);
|
||||
private static DynamicLongProperty apiTimeout = DynamicPropertyFactory.getInstance().getLongProperty("api.timeout", 15000L);
|
||||
private static DynamicBooleanProperty writable = DynamicPropertyFactory.getInstance().getBooleanProperty("activate.writable", true);
|
||||
|
||||
@GET
|
||||
@Path("/slb")
|
||||
|
|
Loading…
Reference in a new issue