This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/master by this push: new aa45d2ef Fix spelling in a comment aa45d2ef is described below commit aa45d2ef0fec02d7d33b58fabe2eddd6a3e76ac7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 23 09:17:55 2022 -0400 Fix spelling in a comment --- .../main/java/org/apache/commons/jcs3/jcache/cdi/CDIJCacheHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-jcs-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CDIJCacheHelper.java b/commons-jcs-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CDIJCacheHelper.java index d7b1e81c..eaba5270 100644 --- a/commons-jcs-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CDIJCacheHelper.java +++ b/commons-jcs-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CDIJCacheHelper.java @@ -402,7 +402,7 @@ public class CDIJCacheHelper final List<Integer> keys = new LinkedList<>(); final Annotation[][] parameterAnnotations = method.getParameterAnnotations(); - // first check if keys are specified explicitely + // first check if keys are specified explicitly for (int i = 0; i < method.getParameterTypes().length; i++) { final Annotation[] annotations = parameterAnnotations[i];