Spring properties postfix computed in completion item resolve

This commit is contained in:
aboyko
2023-09-28 10:22:12 -04:00
parent 862fd9b992
commit 1dfba38500
32 changed files with 471 additions and 113 deletions

View File

@@ -106,7 +106,7 @@ public class SpringProjectUtil {
log.error("", e);
}
return Optional.empty();
}).isEmpty();
}).isPresent();
}