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