> @@ -157,8 +141,6 @@ 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;I'd say no longer applicable as they can be also null. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/77/files#r7001116
