tomdz       2005/04/14 13:58:12

  Modified:    src/java/org/apache/ojb/broker/accesslayer
                        CollectionFactory.java
  Log:
  Additional javadoc
  
  Revision  Changes    Path
  1.2       +5 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/CollectionFactory.java
  
  Index: CollectionFactory.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/CollectionFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CollectionFactory.java    14 Apr 2005 19:56:54 -0000      1.1
  +++ CollectionFactory.java    14 Apr 2005 20:58:12 -0000      1.2
  @@ -23,7 +23,10 @@
   
   /**
    * Base interface for factories that create collections instances for
  - * read collection-descriptors and queries.
  + * read collection-descriptors and queries. Please note that the collection 
instances
  + * are not create exclusively here (though the collection type always comes 
from this
  + * factory), e.g. collection proxies create the collection on their own. 
Therefore
  + * collection classes are required to have a no-arg constructor (or the 
default one).
    *  
    * @author <a href="mailto:[EMAIL PROTECTED]">Thomas Dudziak<a>
    * @version $Id$
  
  
  

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

Reply via email to