wernerdv commented on code in PR #13409:
URL: https://github.com/apache/ignite/pull/13409#discussion_r3690495259


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/metastorage/persistence/DistributedMetaStorageHistoryItem.java:
##########
@@ -62,6 +71,16 @@ public DistributedMetaStorageHistoryItem(String[] keys, 
byte[][] valBytesArr) {
         this.valBytesArr = valBytesArr;
     }
 
+    /** @return Array of {@link DistributedMetaStorageHistoryItem} created of 
the related {@link Message} transfer wraps. */
+    static DistributedMetaStorageHistoryItem[] 
fromMessage(DistributedMetaStorageHistoryItemMessage[] histMsgs) {

Review Comment:
   ```suggestion
       static DistributedMetaStorageHistoryItem[] 
fromMessages(DistributedMetaStorageHistoryItemMessage[] histMsgs) {
   ```



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