diff --git a/compute/src/main/java/org/jclouds/compute/ComputeServiceAdapter.java b/compute/src/main/java/org/jclouds/compute/ComputeServiceAdapter.java index 4101128319..a9fa7e71b8 100644 --- a/compute/src/main/java/org/jclouds/compute/ComputeServiceAdapter.java +++ b/compute/src/main/java/org/jclouds/compute/ComputeServiceAdapter.java @@ -58,7 +58,7 @@ public interface ComputeServiceAdapter { * includes {@code imageId}, {@code locationId}, and * {@code hardwareId} used to resume the instance. * @return library-native representation of a node. - * + * TODO: return typed exception on createNodeFailure * @see ComputeService#createNodesInGroup(String, int, Template) */ NodeAndInitialCredentials createNodeWithGroupEncodedIntoName(String tag, String name, Template template);