mauricebarnum commented on a change in pull request #2758:
URL: https://github.com/apache/bookkeeper/pull/2758#discussion_r683759445



##########
File path: 
stream/storage/impl/src/main/java/org/apache/bookkeeper/stream/storage/impl/metadata/RootRangeStoreImpl.java
##########
@@ -80,7 +80,7 @@
     /**
      * ns name key: [NS_NAME_TAG][ns_name].
      */
-    static final byte[] getNamespaceNameKey(String nsName) {
+    static byte[] getNamespaceNameKey(String nsName) {

Review comment:
       yes. cleans up some warnings in intellij.  it's a separate commit 
because it's logically separate.




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