keith-turner commented on a change in pull request #1012: some small fixes for 
#1001
URL: https://github.com/apache/fluo/pull/1012#discussion_r165151755
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/fluo/core/impl/TransactionImpl.java
 ##########
 @@ -119,7 +119,7 @@ private static boolean isReadLock(Bytes val) {
     return val == RLOCK_VAL;
   }
 
-  private enum TxStatus {
+  private static enum TxStatus {
 
 Review comment:
   ok I see.  I removed the static.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to