sashapolo commented on code in PR #3189:
URL: https://github.com/apache/ignite-3/pull/3189#discussion_r1483979473


##########
modules/vault/src/main/java/org/apache/ignite/internal/vault/VaultManager.java:
##########
@@ -65,9 +63,10 @@ public void stop() {
      * See {@link VaultService#get}.
      *
      * @param key Key. Cannot be {@code null}.
-     * @return Future that resolves into an entry for the given key, or {@code 
null} if no such mapping exists.
+     * @return Entry for the given key, or {@code null} if no such mapping 
exists.
      */
-    public CompletableFuture<VaultEntry> get(ByteArray key) {
+    @Nullable
+    public VaultEntry get(ByteArray key) {

Review Comment:
   May I ignore these?



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