mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
UsageManagerInternal fix
aed5e9dc2a6882139bc38073923be5a3bacfd9d2 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…
x
Reference in New Issue
Block a user