Skip to content

Commit 977a75f

Browse files
K0zkaibuildthecloud
authored andcommitted
UsageManagerInternal fix
aed5e9d seems to inroduce some typo to run Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
1 parent 4c2e40a commit 977a75f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

usage/src/com/cloud/usage/UsageManagerImpl.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,15 +281,15 @@ public boolean stop() {
281281

282282
@Override
283283
public void run() {
284-
new ManagedContextRunnable() {
284+
(new ManagedContextRunnable() {
285285
@Override
286286
protected void runInContext() {
287-
runInContext();
287+
runInContextInternal();
288288
}
289-
};
289+
}).run();
290290
}
291291

292-
protected void runInContext() {
292+
protected void runInContextInternal() {
293293
if (s_logger.isInfoEnabled()) {
294294
s_logger.info("starting usage job...");
295295
}

0 commit comments

Comments
 (0)