steveloughran commented on PR #7886: URL: https://github.com/apache/hadoop/pull/7886#issuecomment-3206270962
trivial checkstyles need fixing ``` ./hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/util/SubjectUtil.java:35:@Private:1: Utility classes should not have a public or default constructor. [HideUtilityClassConstructor] ./hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/util/SubjectUtil.java:37: private static MethodHandle CALL_AS;:31: Name 'CALL_AS' must match pattern '^[a-z][a-zA-Z0-9]*$'. [StaticVariableName] ./hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/util/SubjectUtil.java:38: private static MethodHandle CURRENT;:31: Name 'CURRENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. [StaticVariableName] ./hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/util/SubjectUtil.java:196: /**: First sentence should end with a period. [JavadocStyle] ``` -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org