Remove [] handling in AppEngineRule

It's not in use by anything anymore.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=213293960
This commit is contained in:
mcilwain 2018-09-17 10:23:58 -07:00 committed by Ben McIlwain
parent 5be04f45b2
commit 71c1b1af82

View file

@ -120,7 +120,6 @@ public final class AppEngineRule extends ExternalResource {
return this; return this;
} }
/** Turn on the task queue service. */ /** Turn on the task queue service. */
public Builder withTaskQueue() { public Builder withTaskQueue() {
return withTaskQueue(QUEUE_XML); return withTaskQueue(QUEUE_XML);