mirror of https://github.com/apache/jclouds.git
correcting test javadocs
This commit is contained in:
parent
bb5210eb6f
commit
f1fdc52118
|
@ -41,6 +41,7 @@ import static org.testng.Assert.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
|
* @author Adam Lowe
|
||||||
*/
|
*/
|
||||||
public abstract class BaseGleSYSAsyncClientTest<T> extends RestClientTest<T> {
|
public abstract class BaseGleSYSAsyncClientTest<T> extends RestClientTest<T> {
|
||||||
protected Class asyncClientClass;
|
protected Class asyncClientClass;
|
||||||
|
|
|
@ -29,7 +29,7 @@ import org.testng.annotations.Test;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests annotation parsing of {@code ArchiveAsyncClient}
|
* Tests annotation parsing of {@code DomainAsyncClient}
|
||||||
*
|
*
|
||||||
* @author Adam Lowe
|
* @author Adam Lowe
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue