seagle-yuan commented on code in PR #1896:
URL: 
https://github.com/apache/incubator-hugegraph/pull/1896#discussion_r897967505


##########
hugegraph-api/src/main/java/com/baidu/hugegraph/auth/HugeAuthenticator.java:
##########
@@ -81,7 +81,8 @@ default void setup(final Map<String, Object> config) {
 
     @Override
     default User authenticate(final Map<String, String> credentials)
-                                     throws AuthenticationException {
+            throws AuthenticationException {

Review Comment:
   I don't think so we could algin with "final"
   if we break line from "credentials",we can align with "final",because "final 
Map<String, String> credentials" are the entire content in parenthesis
   but "throws" is out of parenthesis



-- 
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]

Reply via email to