apurtell commented on code in PR #4644:
URL: https://github.com/apache/hbase/pull/4644#discussion_r929387521


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/IsolationLevel.java:
##########
@@ -29,11 +29,8 @@
 @InterfaceAudience.Public
 public enum IsolationLevel {
 
-  READ_COMMITTED(1),
-  READ_UNCOMMITTED(2);
-
-  IsolationLevel(int value) {
-  }
+  READ_COMMITTED,

Review Comment:
   Another incomplete application of the `getCode` pattern that causes a 
warning and is safe to remove.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to