Author: adietish
Date: 2010-12-02 05:29:55 -0500 (Thu, 02 Dec 2010)
New Revision: 27083
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/DeltaCloud.java
Log:
added TODO comment
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/DeltaCloud.java
===================================================================
---
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/DeltaCloud.java 2010-12-02
09:20:03 UTC (rev 27082)
+++
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.core/src/org/jboss/tools/deltacloud/core/DeltaCloud.java 2010-12-02
10:29:55 UTC (rev 27083)
@@ -503,6 +503,8 @@
images = new DeltaCloudImagesRepository();
}
images.add(client.listImages(), this);
+ // TODO: remove notification with all instances, replace by
+ // notifying the changed instance
return notifyImageListListeners(images.get());
} catch (DeltaCloudClientException e) {
throw new DeltaCloudException(MessageFormat.format("Could not load images of
cloud {0}: {1}",