From d182d62b96c5c7cf1626e6a1e1fbf513896589e4 Mon Sep 17 00:00:00 2001 From: guyben Date: Wed, 4 Oct 2017 11:30:33 -0700 Subject: [PATCH] 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 --- third_party/java/jsch/v0_1_44_google/BUILD | 2 +- third_party/java/objectify/v4_1/BUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/java/jsch/v0_1_44_google/BUILD b/third_party/java/jsch/v0_1_44_google/BUILD index 90de2f971..513509917 100644 --- a/third_party/java/jsch/v0_1_44_google/BUILD +++ b/third_party/java/jsch/v0_1_44_google/BUILD @@ -3,7 +3,7 @@ package_group( packages = ["//third_party/java/jsch"], ) -package(default_visibility = [":specific_version"]) +package(default_visibility = ["//visibility:public"]) licenses(["notice"]) # BSD diff --git a/third_party/java/objectify/v4_1/BUILD b/third_party/java/objectify/v4_1/BUILD index 1f4421a1f..e8a65a331 100644 --- a/third_party/java/objectify/v4_1/BUILD +++ b/third_party/java/objectify/v4_1/BUILD @@ -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