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

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