nichunen commented on a change in pull request #790: KYLIN-4122 Add kylin user
and group manage modules
URL: https://github.com/apache/kylin/pull/790#discussion_r312925360
##########
File path:
server-base/src/main/java/org/apache/kylin/rest/controller/UserController.java
##########
@@ -46,6 +78,28 @@
@Qualifier("userService")
UserService userService;
+ @Autowired
+ private AclEvaluate aclEvaluate;
+
+ @Autowired
+ @Qualifier("accessService")
+ private AccessService accessService;
+
+ @Autowired
+ @Qualifier("userGroupService")
+ private UserGroupService userGroupService;
+
+ private Pattern passwordPattern;
Review comment:
Inappropriate order for these variables
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services