You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/12/10 12:17:04 UTC

[GitHub] [accumulo] dlmarion commented on a change in pull request #2377: Remove useless null checks/assignments

dlmarion commented on a change in pull request #2377:
URL: https://github.com/apache/accumulo/pull/2377#discussion_r766632823



##########
File path: core/src/main/java/org/apache/accumulo/core/metadata/TableMetadataServicer.java
##########
@@ -77,7 +77,7 @@ public void getTabletLocations(SortedMap<KeyExtent,String> tablets)
     Text colf = new Text();
     Text colq = new Text();
 
-    KeyExtent currentKeyExtent = null;

Review comment:
       Why remove this, but not the others?




-- 
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: notifications-unsubscribe@accumulo.apache.org

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