You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/04/11 20:16:34 UTC

[kudu-CR] Add interface annotations for KuduPredicate enums

Hello Jean-Daniel Cryans,

I'd like you to do a code review.  Please visit

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

to review the following change.

Change subject: Add interface annotations for KuduPredicate enums
......................................................................

Add interface annotations for KuduPredicate enums

The missing public annotation on ComparisonOp resulted in missing JavaDocs for
the enum.

Change-Id: I0275f509e5a70eec9bbb80e6969ff360157b6a92
---
M java/kudu-client/src/main/java/org/kududb/client/KuduPredicate.java
1 file changed, 3 insertions(+), 0 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0275f509e5a70eec9bbb80e6969ff360157b6a92
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <da...@cloudera.com>
Gerrit-Reviewer: Jean-Daniel Cryans