mirror of https://github.com/apache/cloudstack.git
bug 11987: changing virtualmachineimpl to reoccuring listener
reviewed-by: nitin
This commit is contained in:
parent
47f1b91382
commit
738b925c89
|
|
@ -1975,7 +1975,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
|
|||
|
||||
@Override
|
||||
public boolean isRecurring() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue