mirror of https://github.com/apache/cloudstack.git
UsageManagerInternal fix
aed5e9dc2a seems to inroduce some typo to run
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
This commit is contained in:
parent
4c2e40ac37
commit
977a75f1be
|
|
@ -281,15 +281,15 @@ public class UsageManagerImpl extends ManagerBase implements UsageManager, Runna
|
|||
|
||||
@Override
|
||||
public void run() {
|
||||
new ManagedContextRunnable() {
|
||||
(new ManagedContextRunnable() {
|
||||
@Override
|
||||
protected void runInContext() {
|
||||
runInContext();
|
||||
runInContextInternal();
|
||||
}
|
||||
};
|
||||
}).run();
|
||||
}
|
||||
|
||||
protected void runInContext() {
|
||||
protected void runInContextInternal() {
|
||||
if (s_logger.isInfoEnabled()) {
|
||||
s_logger.info("starting usage job...");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue