sashapolo commented on a change in pull request #174:
URL: https://github.com/apache/ignite-3/pull/174#discussion_r659667882
##########
File path:
modules/vault/src/main/java/org/apache/ignite/internal/vault/VaultEntry.java
##########
@@ -52,25 +53,42 @@ public Entry(@NotNull ByteArray key, byte[] val) {
*
* @return The {@code ByteArray}.
*/
- @NotNull public ByteArray key() {
+ public ByteArray key() {
return key;
}
/**
- * Returns a value. Could be {@code null} for empty entry.
+ * Returns a value. Can be {@code null} for if the entry is empty.
Review comment:
oops
--
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]