Spring properties postfix computed in completion item resolve
This commit is contained in:
@@ -106,7 +106,7 @@ public class SpringProjectUtil {
|
||||
log.error("", e);
|
||||
}
|
||||
return Optional.empty();
|
||||
}).isEmpty();
|
||||
}).isPresent();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user