weizhouapache commented on a change in pull request #5341: URL: https://github.com/apache/cloudstack/pull/5341#discussion_r692052547
########## File path: server/src/main/java/com/cloud/resource/ResourceManagerImpl.java ########## @@ -1654,13 +1655,12 @@ public Host updateHost(final UpdateHostCmd cmd) throws NoTransitionException { } } } - - final List<String> hostTags = cmd.getHostTags(); + List<String> hostTags = cmd.getHostTags(); Review comment: @DK101010 why removed 'final' ? -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org