Merge branch 'master' of github.com:spring-projects/sts4

This commit is contained in:
Kris De Volder
2018-08-21 15:44:13 -07:00

View File

@@ -225,7 +225,7 @@ public class LiveHoverUtils {
return ImmutableList.of(codeLens);
} else {
return null;
return ImmutableList.of();
}
}