Corrected Javadoc comments

This commit is contained in:
Andrew Phillips 2012-02-17 22:51:09 +01:00
parent 2f5f0b3474
commit 6ef96f0de5
1 changed files with 2 additions and 2 deletions

View File

@ -62,10 +62,10 @@ import com.google.common.collect.Maps;
import com.google.inject.Module;
/**
* Starts up the Google App Engine for Java Development environment and deploys an application which
* Starts up the RUN@cloud for Java Development environment and deploys an application which
* tests accesses twitter and blobstores.
*
* @author Adrian Cole
* @author Andrew Phillips
*/
@Test(groups = "live", singleThreaded = true)
public class TweetStoreLiveTest {