1
0
mirror of https://github.com/google/nomulus synced 2026-07-19 06:22:33 +00: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:
guyben
2017-10-04 11:30:33 -07:00
committed by Ben McIlwain
parent 07e5536988
commit d182d62b96
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package_group(
packages = ["//third_party/java/jsch"],
)
package(default_visibility = [":specific_version"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # BSD
+1 -1
View File
@@ -3,7 +3,7 @@ package_group(
packages = ["//third_party/java/objectify"],
)
package(default_visibility = [":specific_version"])
package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # MIT/X11