This is an automated email from the ASF dual-hosted git repository.
joshfischer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/master by this push:
new c666100 adjusting packages for javadocs (#3537)
c666100 is described below
commit c666100f642f5b2b06dfd69a170e12d2dc96bee3
Author: Josh Fischer <[email protected]>
AuthorDate: Wed Jun 10 05:21:19 2020 -0500
adjusting packages for javadocs (#3537)
---
storm-compatibility/src/java/BUILD | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/storm-compatibility/src/java/BUILD
b/storm-compatibility/src/java/BUILD
index bdb07ef..805da07 100644
--- a/storm-compatibility/src/java/BUILD
+++ b/storm-compatibility/src/java/BUILD
@@ -34,10 +34,8 @@ java_doc(
name = "heron-storm-javadoc",
libs = [":storm-compatibility-java"],
pkgs = [
- "backtype",
- "clojure",
+ "java",
"org",
- "storm",
],
title = "Heron Storm Compatibility Api Documentation",
)