From 9c14b56349c50b3a15efe733fc0727d831fe89f7 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Tue, 7 Dec 2021 10:51:41 +0100 Subject: Fix javadoc --- vespajlib/src/main/java/com/yahoo/concurrent/CompletableFutures.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vespajlib/src/main/java/com/yahoo/concurrent/CompletableFutures.java b/vespajlib/src/main/java/com/yahoo/concurrent/CompletableFutures.java index 35506ec4512..125f909f0c2 100644 --- a/vespajlib/src/main/java/com/yahoo/concurrent/CompletableFutures.java +++ b/vespajlib/src/main/java/com/yahoo/concurrent/CompletableFutures.java @@ -71,7 +71,7 @@ public class CompletableFutures { } /** - * Helper for migrating from {@link ListenableFuture} to {@link CompletableFuture> in Vespa public apis + * Helper for migrating from {@link ListenableFuture} to {@link CompletableFuture} in Vespa public apis * @deprecated to be removed in Vespa 8 */ @Deprecated(forRemoval = true, since = "7") @@ -86,7 +86,7 @@ public class CompletableFutures { } /** - * Helper for migrating from {@link ListenableFuture} to {@link CompletableFuture> in Vespa public apis + * Helper for migrating from {@link ListenableFuture} to {@link CompletableFuture} in Vespa public apis * @deprecated to be removed in Vespa 8 */ @Deprecated(forRemoval = true, since = "7") -- cgit v1.2.3