smiklosovic commented on a change in pull request #1046:
URL: https://github.com/apache/cassandra/pull/1046#discussion_r667042555



##########
File path: src/java/org/apache/cassandra/io/util/FileUtils.java
##########
@@ -1106,4 +1108,11 @@ public static void deleteDirectoryIfEmpty(Path path) 
throws IOException
             }
         }
     }
+
+    private static ObjectMapper mapper = new ObjectMapper();

Review comment:
       @fibersel would you move this member on top of the class among the other 
ones please? It should not be here, put seemingly randomly.




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to