We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d1581 commit 75b6fc5Copy full SHA for 75b6fc5
src/main/java/org/mapstruct/intellij/expression/JavaExpressionInjector.java
@@ -97,7 +97,7 @@ else if ( resolved instanceof PsiParameter ) {
97
return;
98
}
99
100
- PsiMethod method = PsiTreeUtil.getParentOfType( annotationParameterList, PsiMethod.class );;
+ PsiMethod method = PsiTreeUtil.getParentOfType( annotationParameterList, PsiMethod.class );
101
if ( method == null ) {
102
103
0 commit comments