Typo in Javadoc

This commit is contained in:
Andrew Donald Kennedy 2011-12-21 18:09:39 +00:00
parent 0db26708fe
commit bfe6cd32a6
1 changed files with 1 additions and 2 deletions

View File

@ -47,10 +47,9 @@ public interface PopulateDefaultLoginCredentialsForImageStrategy extends Functio
Credentials execute(Object resourceToAuthenticate); Credentials execute(Object resourceToAuthenticate);
/** /**
*
* Processes the cloud-specific resources to determine the login credentials. * Processes the cloud-specific resources to determine the login credentials.
* *
* @param resourceToAuthenticate * @param image
* this is the cloud-specific representation of the image object. * this is the cloud-specific representation of the image object.
* @return credentials parsed from the image if not null * @return credentials parsed from the image if not null
*/ */