code format
This commit is contained in:
@@ -63,8 +63,7 @@ public class BeanCompletionProvider implements CompletionProvider {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void provideCompletions(ASTNode node, int offset, TextDocument doc,
|
||||
Collection<ICompletionProposal> completions) {
|
||||
public void provideCompletions(ASTNode node, int offset, TextDocument doc, Collection<ICompletionProposal> completions) {
|
||||
if (config.isBeanInjectionCompletionEnabled()
|
||||
&& (node instanceof SimpleName || node instanceof Block || node instanceof FieldAccess)) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user