Author: tv
Date: Fri May  2 14:30:35 2014
New Revision: 1591931

URL: http://svn.apache.org/r1591931
Log:
Fix typo

Added:
    
commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/MakeJCacheCDIInterceptorFriendly.java
   (contents, props changed)
      - copied, changed from r1591679, 
commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/MakeJCacheCDIIntercetporFriendly.java
Removed:
    
commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/MakeJCacheCDIIntercetporFriendly.java

Copied: 
commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/MakeJCacheCDIInterceptorFriendly.java
 (from r1591679, 
commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/MakeJCacheCDIIntercetporFriendly.java)
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/MakeJCacheCDIInterceptorFriendly.java?p2=commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/MakeJCacheCDIInterceptorFriendly.java&p1=commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/MakeJCacheCDIIntercetporFriendly.java&r1=1591679&r2=1591931&rev=1591931&view=diff
==============================================================================
--- 
commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/MakeJCacheCDIIntercetporFriendly.java
 (original)
+++ 
commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/MakeJCacheCDIInterceptorFriendly.java
 Fri May  2 14:30:35 2014
@@ -28,7 +28,7 @@ import javax.enterprise.inject.spi.Exten
 
 // TODO: observe annotated type (or maybe sthg else) to cache data and inecjt 
this extension (used as metadata cache)
 // to get class model and this way allow to add cache annotation on the fly - 
== avoid java pure reflection to get metadata
-public class MakeJCacheCDIIntercetporFriendly implements Extension
+public class MakeJCacheCDIInterceptorFriendly implements Extension
 {
     protected void discoverInterceptorBindings(final @Observes 
BeforeBeanDiscovery beforeBeanDiscoveryEvent)
     {

Propchange: 
commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/MakeJCacheCDIInterceptorFriendly.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/cdi/MakeJCacheCDIInterceptorFriendly.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision


Reply via email to