diff --git a/javatests/google/registry/testing/AppEngineRule.java b/javatests/google/registry/testing/AppEngineRule.java index a5bb35765..2a40fc0c6 100644 --- a/javatests/google/registry/testing/AppEngineRule.java +++ b/javatests/google/registry/testing/AppEngineRule.java @@ -120,7 +120,6 @@ public final class AppEngineRule extends ExternalResource { return this; } - /** Turn on the task queue service. */ public Builder withTaskQueue() { return withTaskQueue(QUEUE_XML);