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 761950ee Fix spelling
761950ee is described below
commit 761950ee5954c7de92d2f58aadab59ed133bf755
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 14:56:06 2023 -0500
Fix spelling
---
.../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 28b5c3ce..c74105e5 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
@@ -258,7 +258,7 @@ public class CDIJCacheHelper
private CacheDefaults findDefaults(final Class<?> targetType, final Method
method)
{
- if (Proxy.isProxyClass(targetType)) // target doesnt hold annotations
+ if (Proxy.isProxyClass(targetType)) // target doesn't hold annotations
{
final Class<?> api = method.getDeclaringClass();
for (final Class<?> type : targetType