added spacing between injected into and autowired with sections in live hovers

This commit is contained in:
Martin Lippert
2017-11-13 14:52:13 +01:00
parent 2199b8fca8
commit 552f6289f6

View File

@@ -36,6 +36,7 @@ public class ComponentInjectionsHoverProvider extends AbstractInjectedIntoHoverP
String[] dependencies = bean.getDependencies();
if (dependencies != null && dependencies.length > 0) {
hover.append("\n\n");
hover.append(LiveHoverUtils.showBean(bean) + " got autowired with:\n\n");
boolean firstDependency = true;