Corrected Javadoc

This commit is contained in:
Andrew Phillips 2012-02-05 01:13:25 -05:00
parent 0058c3a5eb
commit 110cd9fc40
2 changed files with 4 additions and 4 deletions

View File

@ -35,9 +35,9 @@ import com.google.appengine.api.taskqueue.TaskOptions.Method;
import com.google.common.collect.ImmutableMap; 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") @Test(groups = "unit")
public class EnqueueStoresControllerTest { public class EnqueueStoresControllerTest {

View File

@ -35,9 +35,9 @@ import com.google.appengine.api.taskqueue.TaskOptions.Method;
import com.google.common.collect.ImmutableMap; 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") @Test(groups = "unit")
public class EnqueueStoresControllerTest { public class EnqueueStoresControllerTest {