Event#listEventTypes implementation.

This commit is contained in:
vijaykiran 2011-11-07 18:11:31 +01:00
parent 602df8a1b1
commit 359faa7a11
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ import org.jclouds.rest.functions.ReturnEmptySetOnNotFoundOr404;
*
* @author Vijay Kiran
* @see org.jclouds.cloudstack.features.AccountClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.8/TOC_User.html" />
*/
@RequestFilters(QuerySigner.class)
@QueryParams(keys = "response", values = "json")

View File

@ -29,7 +29,7 @@ import org.jclouds.concurrent.Timeout;
* <p/>
*
* @author Vijay Kiran
* @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" />
*/
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)
public interface EventClient {

View File

@ -23,7 +23,7 @@ package org.jclouds.cloudstack.options;
*
* @author Vijay Kiran
* @see <a href=
* "http://download.cloud.com/releases/2.2.0/api_2.2.12/user/listEvents.html"
* "http://download.cloud.com/releases/2.2.0/api_2.2.8/user/listEvents.html"
* />
*/
public class ListEventsOptions {