From 515d2887c74fc4066bd9cab773f91ab5b5f8f675 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Tue, 21 Aug 2018 18:33:08 -0400 Subject: [PATCH] Not committed with previous commit --- .../ide/vscode/boot/java/livehover/LiveHoverUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/livehover/LiveHoverUtils.java b/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/livehover/LiveHoverUtils.java index bdc80f91b..c15109879 100644 --- a/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/livehover/LiveHoverUtils.java +++ b/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/livehover/LiveHoverUtils.java @@ -225,7 +225,7 @@ public class LiveHoverUtils { return ImmutableList.of(codeLens); } else { - return null; + return ImmutableList.of(); } }