mirror of https://github.com/apache/jclouds.git
Fix API URL in javadoc.
This commit is contained in:
parent
087cec22ca
commit
843f738fa3
|
@ -38,7 +38,7 @@ import org.jclouds.rest.functions.ReturnEmptySetOnNotFoundOr404;
|
||||||
*
|
*
|
||||||
* @author Vijay Kiran
|
* @author Vijay Kiran
|
||||||
* @see org.jclouds.cloudstack.features.AccountClient
|
* @see org.jclouds.cloudstack.features.AccountClient
|
||||||
* @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.8/TOC_User.html" />
|
* @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
|
||||||
*/
|
*/
|
||||||
@RequestFilters(QuerySigner.class)
|
@RequestFilters(QuerySigner.class)
|
||||||
@QueryParams(keys = "response", values = "json")
|
@QueryParams(keys = "response", values = "json")
|
||||||
|
|
|
@ -29,7 +29,7 @@ import org.jclouds.concurrent.Timeout;
|
||||||
* <p/>
|
* <p/>
|
||||||
*
|
*
|
||||||
* @author Vijay Kiran
|
* @author Vijay Kiran
|
||||||
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" />
|
* @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
|
||||||
*/
|
*/
|
||||||
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)
|
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)
|
||||||
public interface EventClient {
|
public interface EventClient {
|
||||||
|
|
Loading…
Reference in New Issue