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 77b710eadf
commit b793ce6c33
1 changed files with 1 additions and 1 deletions

View File

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