> @@ -727,7 +724,7 @@ private Image loadImageWithId(Iterable<? extends Image>
> images) {
> return image.get();
> }
>
> - private Hardware findHardwareWithId(Set<? extends Hardware>
> hardwaresToSearch) {
> + protected Hardware findHardwareWithId(Set<? extends Hardware>
> hardwaresToSearch) {
> Hardware hardware;
> // TODO: switch to GetHardwareStrategy in version 1.5
Likely unrelated to this commit, but...is this comment still relevant?
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/984/files/55c696c2ba870e202cfb8e42734e66bb31aab7b4#r73571947