mirror of
https://github.com/google/nomulus.git
synced 2025-06-28 15:23:34 +02:00
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:
parent
5be04f45b2
commit
71c1b1af82
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue