mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 11:16:04 +02:00
Allow EventSample.record to accept numSamples=0
There's really no reason not to. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=171037754
This commit is contained in:
parent
69d33e928a
commit
840d53c819
49 changed files with 49 additions and 49 deletions
|
@ -13,12 +13,12 @@ java_library(
|
|||
deps = [
|
||||
"//java/google/registry/monitoring/metrics",
|
||||
"//java/google/registry/monitoring/metrics/stackdriver",
|
||||
"//third_party/java/truth",
|
||||
"@com_google_api_client",
|
||||
"@com_google_apis_google_api_services_monitoring",
|
||||
"@com_google_guava",
|
||||
"@com_google_http_client",
|
||||
"@com_google_http_client_jackson2",
|
||||
"@com_google_truth",
|
||||
"@joda_time",
|
||||
"@junit",
|
||||
"@org_mockito_all",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue