Skip to content

Commit

Permalink
Merge branch 'main' into supportmorecases
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur authored Nov 23, 2024
2 parents d12ab2f + 8ac2996 commit 8c183cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ private void adaptTypeDeclaration(TypeDeclaration typeDecl, ASTRewrite rewrite,
importRewrite.addImport(ORG_JUNIT_JUPITER_API_EXTENSION_AFTER_EACH_CALLBACK);
}

private boolean isUsedAsClassRule(TypeDeclaration node, String annotationclass) {
private boolean isUsedAsClassRule(TypeDeclaration node, String annotationclass) {
ITypeBinding typeBinding = node.resolveBinding();
if (typeBinding == null) {
return false;
Expand Down

0 comments on commit 8c183cf

Please sign in to comment.