dgraham     2003/06/20 19:36:48

  Modified:    mapper/src/share/org/apache/commons/mapper
                        MapperFactoryEvent.java
  Log:
  Forgot to set this.mapper to what's passed in constructor.
  
  Revision  Changes    Path
  1.3       +1 -0      
jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperFactoryEvent.java
  
  Index: MapperFactoryEvent.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperFactoryEvent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MapperFactoryEvent.java   21 Jun 2003 01:54:05 -0000      1.2
  +++ MapperFactoryEvent.java   21 Jun 2003 02:36:47 -0000      1.3
  @@ -90,6 +90,7 @@
        */
       public MapperFactoryEvent(Object source, Mapper mapper) {
           super(source);
  +        this.mapper = mapper;
       }    
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to