> @@ -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;

Any reason why these checks are being removed? Are they no longer applicable?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/77/files#r7000576

Reply via email to