mirror of
https://github.com/google/nomulus.git
synced 2025-05-20 19:29:35 +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
|
@ -26,6 +26,7 @@ java_binary(
|
|||
"//java/google/registry/module/frontend",
|
||||
"//java/google/registry/module/tools",
|
||||
"//java/google/registry/tools",
|
||||
"//third_party/java/truth",
|
||||
"@com_google_apis_google_api_services_cloudkms",
|
||||
"@com_google_appengine_api_1_0_sdk//:link",
|
||||
"@com_google_appengine_api_stubs",
|
||||
|
@ -33,7 +34,6 @@ java_binary(
|
|||
"@com_google_appengine_testing",
|
||||
"@com_google_appengine_tools_sdk",
|
||||
"@com_google_guava_testlib",
|
||||
"@com_google_truth",
|
||||
"@junit",
|
||||
"@org_apache_ftpserver_core",
|
||||
"@org_apache_sshd_core",
|
||||
|
|
|
@ -10,8 +10,8 @@ java_library(
|
|||
srcs = glob(["*.java"]),
|
||||
deps = [
|
||||
"//java/google/registry/monitoring/metrics",
|
||||
"//third_party/java/truth",
|
||||
"@com_google_code_findbugs_jsr305",
|
||||
"@com_google_guava",
|
||||
"@com_google_truth",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue