You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by hc...@apache.org on 2005/01/24 11:56:37 UTC

cvs commit: jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/event CachePutEvent.java

hchar       2005/01/24 02:56:37

  Modified:    sandbox/yajcache/src/org/apache/jcs/yajcache/event
                        CachePutEvent.java
  Log:
  add missing parameter type
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/event/CachePutEvent.java
  
  Index: CachePutEvent.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/event/CachePutEvent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CachePutEvent.java	24 Jan 2005 10:37:25 -0000	1.2
  +++ CachePutEvent.java	24 Jan 2005 10:56:37 -0000	1.3
  @@ -23,7 +23,7 @@
    * @author Hanson Char
    */
   @CopyRightApache
  -public class CachePutEvent<V> extends CacheChangeEvent {
  +public class CachePutEvent<V> extends CacheChangeEvent<V> {
       private final @NonNullable String key;
       private final @NonNullable V value;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org