javeme commented on code in PR #2019:
URL:
https://github.com/apache/incubator-hugegraph/pull/2019#discussion_r1027105260
##########
hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java:
##########
@@ -60,7 +62,7 @@ public class BelongAPI extends API {
@POST
@Timed
- @Status(Status.CREATED)
+ @StatusFilter.Status(StatusFilter.Status.CREATED)
Review Comment:
keep "Status"?
##########
hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java:
##########
@@ -221,7 +223,7 @@ public String update(@Context GraphManager manager,
@GET
@Timed
- @Compress
+ @CompressInterceptor.Compress
Review Comment:
ditto
##########
hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java:
##########
@@ -1,4 +1,5 @@
/*
+ *
Review Comment:
not sure why need to add a blank line?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]