> @@ -157,8 +141,7 @@ private void checkVirtualGuest(VirtualGuest vg) {
> assert vg.getMaxCpu() > 0 : vg;
> assert vg.getMaxCpuUnits() != null : vg;
> assert vg.getMaxMemory() > 0 : vg;
> - assert vg.getMetricPollDate() != null : vg;
> - assert vg.getModifyDate() != null : vg;
> + // this can be null assert vg.getModifyDate() != null : vg;
What does this mean? Why are we not checking the modifyDate any more?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/77/files#r6902489