提交 046531fc 编写于 作者: J Johnny Lim 提交者: Stephane Nicoll

Polish

Closes gh-22482
上级 79f91b48
......@@ -115,7 +115,7 @@ class TypeHelper {
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();
}
}
......
......@@ -20,7 +20,7 @@ import javax.transaction.Transactional;
/**
* 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册