pan3793 commented on code in PR #4206: URL: https://github.com/apache/kyuubi/pull/4206#discussion_r1089848531
########## kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/AdminResource.scala: ########## @@ -45,8 +45,7 @@ private[v1] class AdminResource extends ApiRequestContext with Logging { @ApiResponse( responseCode = "200", - content = Array(new Content( - mediaType = MediaType.APPLICATION_JSON)), + content = Array(new Content(mediaType = MediaType.APPLICATION_JSON)), Review Comment: Is it allowed to eliminate `Array()`? -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org