You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dg...@apache.org on 2003/07/10 05:11:01 UTC

cvs commit: jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper MapperFactory.java

dgraham     2003/07/09 20:11:01

  Modified:    mapper/src/share/org/apache/commons/mapper
                        MapperFactory.java
  Log:
  javadoc changes only.
  
  Revision  Changes    Path
  1.6       +7 -6      jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperFactory.java
  
  Index: MapperFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/mapper/src/share/org/apache/commons/mapper/MapperFactory.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MapperFactory.java	21 Jun 2003 01:53:07 -0000	1.5
  +++ MapperFactory.java	10 Jul 2003 03:11:00 -0000	1.6
  @@ -114,7 +114,7 @@
   
       /**
        * Create a new MapperFactory with the mappings contained in the given Map.
  -     * @param Map any map containing logical names (often domain class names) as 
  +     * @param map Any map containing logical names (often domain class names) as 
        * the keys and mapper class names as the values.
        * @throws IllegalArgumentException if there is a problem finding the mapped 
        * classes.  
  @@ -126,7 +126,7 @@
   
       /**
        * Factory method for getting the mapper associated with the given class.
  -     * @param Class the class whose mapper should be returned
  +     * @param mappedClass The class whose mapper should be returned
        * @return Mapper the mapper associated with the given class
        * @throws IllegalArgumentException if the given Class was not found in the map
        * or there was an error creating an instance of the Mapper.  This is usually caused
  @@ -180,7 +180,8 @@
   
       /**
        * Call the mapperCreated() method of all registered listeners.
  -     * @param listener
  +     * @param created The Mapper that was just created and should be passed to
  +     * the listeners for initialization.
        */
       private void fireMapperCreated(Mapper created) {
           MapperFactoryEvent event = new MapperFactoryEvent(this, created);
  
  
  

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