Skip to content

Commit 46a39db

Browse files
committed
Merge pull request #22482 from izeye
* pr/22482: Polish
2 parents 79f91b4 + 046531f commit 46a39db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-context-indexer/src/main/java/org/springframework/context/index/processor/TypeHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public List<? extends AnnotationMirror> getAllAnnotationMirrors(Element e) {
115115
return this.env.getElementUtils().getAllAnnotationMirrors(e);
116116
}
117117
catch (Exception ex) {
118-
// This may fail if one of the annotation is not available
118+
// This may fail if one of the annotations is not available.
119119
return Collections.emptyList();
120120
}
121121
}

spring-context-indexer/src/test/java/org/springframework/context/index/sample/cdi/SampleTransactional.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/**
2222
* Test candidate for {@link Transactional}. This verifies that the annotation processor
23-
* can process an annotation that declares itself an annotation that is not on the
23+
* can process an annotation that declares itself with an annotation that is not on the
2424
* classpath.
2525
*
2626
* @author Vedran Pavic

0 commit comments

Comments
 (0)