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 9b691fc443.
This commit is contained in:
parent
eaaf880dcf
commit
d71cfc1aec
|
|
@ -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