mirror of https://github.com/apache/cloudstack.git
Revert "CLOUDSTACK-1175: Fix NPE by making _store a static variable shared by objects"
This reverts commit b513448ec2.
This commit is contained in:
parent
1884f518a3
commit
3050c43909
|
|
@ -56,7 +56,7 @@ public class ApiRateLimitServiceImpl extends AdapterBase implements APIChecker,
|
|||
*/
|
||||
private int maxAllowed = 30;
|
||||
|
||||
private static LimitStore _store = null;
|
||||
private LimitStore _store = null;
|
||||
|
||||
@Inject
|
||||
AccountService _accountService;
|
||||
|
|
|
|||
Loading…
Reference in New Issue