> @@ -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;OK, clear, thanks! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/77/files#r7050036
