bug 11987: changing virtualmachineimpl to reoccuring listener

reviewed-by: nitin
This commit is contained in:
Abhinandan Prateek 2011-11-11 19:21:13 +05:30 committed by root
parent 601ce4ca62
commit 89d046a62b
1 changed files with 1 additions and 1 deletions

View File

@ -1975,7 +1975,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
@Override
public boolean isRecurring() {
return false;
return true;
}
@Override