adding some code comments

This commit is contained in:
abhishek 2010-10-29 11:37:00 -07:00
parent b9cd3e2522
commit fbe2d288d7

View File

@ -2515,9 +2515,9 @@ public class ConsoleProxyManagerImpl implements ConsoleProxyManager, VirtualMach
}
}
}else{
return false;//no cert
return false;//no cert entry in the db record
}
return false;
return false;//cert already applied in previous cycles
}
private Long saveScheduledEvent(Long userId, Long accountId, String type, String description)