add reminder to add exception to this method, so that we can cleanup stale resources

This commit is contained in:
Adrian Cole 2012-01-14 21:07:39 -08:00
parent bc172850c1
commit 7e32b0624d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public interface ComputeServiceAdapter<N, H, I, L> {
* 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<N> createNodeWithGroupEncodedIntoName(String tag, String name, Template template);