keith-turner commented on code in PR #5935:
URL: https://github.com/apache/accumulo/pull/5935#discussion_r2383136669


##########
core/src/main/java/org/apache/accumulo/core/metadata/StoredTabletFile.java:
##########
@@ -149,17 +149,6 @@ public String toString() {
     return metadataEntry;
   }
 
-  /**
-   * Validates that the provided metadata string for the StoredTabletFile is 
valid.
-   */
-  public static void validate(String metadataEntry) {

Review Comment:
   I suspect this is vestigial code.  The validation its doing is also done in 
the super constructors for the class.  Seems that validation moved around as 
ranges were being added.



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