Skip to content

Commit

Permalink
Merge pull request #22482 from izeye
Browse files Browse the repository at this point in the history
* pr/22482:
  Polish
  • Loading branch information
snicoll committed Feb 27, 2019
2 parents 79f91b4 + 046531f commit 46a39db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public List<? extends AnnotationMirror> getAllAnnotationMirrors(Element e) {
return this.env.getElementUtils().getAllAnnotationMirrors(e);
}
catch (Exception ex) {
// This may fail if one of the annotation is not available
// This may fail if one of the annotations is not available.
return Collections.emptyList();
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* Test candidate for {@link Transactional}. This verifies that the annotation processor
* can process an annotation that declares itself an annotation that is not on the
* can process an annotation that declares itself with an annotation that is not on the
* classpath.
*
* @author Vedran Pavic
Expand Down

0 comments on commit 46a39db

Please sign in to comment.