mirror of https://github.com/apache/jclouds.git
Typo in Javadoc
This commit is contained in:
parent
0db26708fe
commit
bfe6cd32a6
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue