Skip to content

Commit 11e9518

Browse files
committed
Update ManagedBeanDiagnosticsCollector.java
1 parent df8016f commit 11e9518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/openliberty/tools/intellij/lsp4jakarta/lsp4ij/cdi/ManagedBeanDiagnosticsCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ else if (INJECT_FQ_NAME.equals(annotation))
311311
private void invalidParamsCheck(PsiJavaFile unit, List<Diagnostic> diagnostics, PsiClass type, String target,
312312
String diagnosticCode) {
313313
Set<String> paramScopesSet;
314-
boolean mutuallyExclusive = false;
315314
for (PsiMethod method : type.getMethods()) {
315+
boolean mutuallyExclusive = false;
316316
PsiAnnotation targetAnnotation = null;
317317

318318
for (PsiAnnotation annotation : method.getAnnotations()) {

0 commit comments

Comments
 (0)