mirror of https://github.com/apache/jclouds.git
Corrected Javadoc
This commit is contained in:
parent
0058c3a5eb
commit
110cd9fc40
|
@ -35,9 +35,9 @@ import com.google.appengine.api.taskqueue.TaskOptions.Method;
|
|||
import com.google.common.collect.ImmutableMap;
|
||||
|
||||
/**
|
||||
* Tests behavior of {@code StoreTweetsController}
|
||||
* Tests behavior of {@link EnqueueStoresController}
|
||||
*
|
||||
* @author Adrian Cole
|
||||
* @author Andrew Phillips
|
||||
*/
|
||||
@Test(groups = "unit")
|
||||
public class EnqueueStoresControllerTest {
|
||||
|
|
|
@ -35,9 +35,9 @@ import com.google.appengine.api.taskqueue.TaskOptions.Method;
|
|||
import com.google.common.collect.ImmutableMap;
|
||||
|
||||
/**
|
||||
* Tests behavior of {@code StoreTweetsController}
|
||||
* Tests behavior of {@link EnqueueStoresController}
|
||||
*
|
||||
* @author Adrian Cole
|
||||
* @author Andrew Phillips
|
||||
*/
|
||||
@Test(groups = "unit")
|
||||
public class EnqueueStoresControllerTest {
|
||||
|
|
Loading…
Reference in New Issue