From 71c1b1af82340afe7ce97c8973a5b68dd7dad784 Mon Sep 17 00:00:00 2001 From: mcilwain Date: Mon, 17 Sep 2018 10:23:58 -0700 Subject: [PATCH] Remove [] handling in AppEngineRule It's not in use by anything anymore. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=213293960 --- javatests/google/registry/testing/AppEngineRule.java | 1 - 1 file changed, 1 deletion(-) 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);