You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Will Berkeley (Code Review)" <ge...@cloudera.org> on 2016/05/12 03:56:22 UTC

[kudu-CR] KUDU-733: Fix javadoc warnings and fail build on warnings

Will Berkeley has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3043

Change subject: KUDU-733: Fix javadoc warnings and fail build on warnings
......................................................................

KUDU-733: Fix javadoc warnings and fail build on warnings

Fixed the single javadoc warning from org.kududb.client.Status.
As far as I can tell, there's no configuration in maven or javadoc
to fail due to javadoc warnings, so the make_site.sh fails if it
detects javadoc warnings in the maven javadoc output.

Change-Id: Iaf466d99d57ac2ba11f2af457f09bb5c7853f699
---
M docs/support/scripts/make_site.sh
M java/kudu-client/src/main/java/org/kududb/client/Status.java
2 files changed, 6 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/43/3043/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3043
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaf466d99d57ac2ba11f2af457f09bb5c7853f699
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Will Berkeley <wd...@gmail.com>