Joe McDonnell has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/19196


Change subject: KUDU-3416: Fix javadoc build failure on non-Unicode systems
......................................................................

KUDU-3416: Fix javadoc build failure on non-Unicode systems

For a build of Kudu inside a Docker image where Unicode
is not the default, the :kudu-client:javadoc task fails with:

AsyncKuduClient.java:926: error: unmappable character for encoding ASCII

This is complaining about some Unicode parentheses in
AsyncKuduClient.java. To fix this issue, this changes the
Unicode parentheses to regular ASCII parentheses.

Testing:
 - Tested by hand on a non-Unicode system

Change-Id: Ia2c2b2e20e6b6b0d649bedf5f2a0341bb62f2b19
---
M java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduClient.java
1 file changed, 1 insertion(+), 1 deletion(-)



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

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia2c2b2e20e6b6b0d649bedf5f2a0341bb62f2b19
Gerrit-Change-Number: 19196
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <[email protected]>

Reply via email to