This is an automated email from the ASF dual-hosted git repository. joshfischer pushed a commit to branch joshfischer/asf-site in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit c7a85011ecb6ee99815763204b7d93f95408b974 Author: Josh Fischer <[email protected]> AuthorDate: Fri Nov 29 20:18:07 2019 -0600 adding encoding flag to javadocs command --- website2/website/scripts/javadocs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/website2/website/scripts/javadocs.sh b/website2/website/scripts/javadocs.sh index 5232bbc..340e1c0 100755 --- a/website2/website/scripts/javadocs.sh +++ b/website2/website/scripts/javadocs.sh @@ -62,6 +62,7 @@ $JAVADOC $FLAGS \ -windowtitle "Heron Java API" \ -doctitle "The Heron Java API" \ -overview $OVERVIEW_HTML_FILE \ + -encoding UTF-8 -d $JAVADOC_OUTPUT_DIR $GEN_FILES $HERON_SRC_FILES $BACKTYPE_SRC_FILES $APACHE_SRC_FILES || true # Generated Java API doc needs to be copied to $JAVADOC_OUTPUT_LOCAL_DIR
