Revert "CLOUDSTACK-1175: Fix NPE by making _store a static variable shared by objects"

This reverts commit 9b691fc443cc27f1e2026ec239fc4aa11a4167aa.
This commit is contained in:
Min Chen 2013-02-07 21:49:37 -08:00
parent eaaf880dcf
commit d71cfc1aec

View File

@ -56,7 +56,7 @@ public class ApiRateLimitServiceImpl extends AdapterBase implements APIChecker,
*/ */
private int maxAllowed = 30; private int maxAllowed = 30;
private static LimitStore _store = null; private LimitStore _store = null;
@Inject @Inject
AccountService _accountService; AccountService _accountService;