We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2e40a commit 977a75fCopy full SHA for 977a75f
1 file changed
usage/src/com/cloud/usage/UsageManagerImpl.java
@@ -281,15 +281,15 @@ public boolean stop() {
281
282
@Override
283
public void run() {
284
- new ManagedContextRunnable() {
+ (new ManagedContextRunnable() {
285
286
protected void runInContext() {
287
- runInContext();
+ runInContextInternal();
288
}
289
- };
+ }).run();
290
291
292
- protected void runInContext() {
+ protected void runInContextInternal() {
293
if (s_logger.isInfoEnabled()) {
294
s_logger.info("starting usage job...");
295
0 commit comments