correcting test javadocs

This commit is contained in:
Adam Lowe 2011-12-21 22:25:56 +00:00
parent bb5210eb6f
commit f1fdc52118
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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
*/ */