You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/07/25 11:14:52 UTC

[GitHub] [hbase] Apache9 commented on a diff in pull request #4648: HBASE-27235 Clean up error-prone warnings in hbase-hadoop-compat

Apache9 commented on code in PR #4648:
URL: https://github.com/apache/hbase/pull/4648#discussion_r928763098


##########
hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/CompatibilitySingletonFactory.java:
##########
@@ -31,6 +31,8 @@
  */
 @InterfaceAudience.Private
 public class CompatibilitySingletonFactory extends CompatibilityFactory {
+
+  @SuppressWarnings("ImmutableEnumChecker")

Review Comment:
   Not a good design but anyway, it works. Not your fault, let's file another issue to rewrite this...



-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org