dlr         01/08/17 16:07:30

  Modified:    src/java/org/apache/torque/engine/database/model
                        NameFactory.java
  Log:
  Added constant denoting the fully qualified class name of the default
  name generator.
  
  Revision  Changes    Path
  1.2       +7 -1      
jakarta-turbine-torque/src/java/org/apache/torque/engine/database/model/NameFactory.java
  
  Index: NameFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-torque/src/java/org/apache/torque/engine/database/model/NameFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- NameFactory.java  2001/08/17 19:31:49     1.1
  +++ NameFactory.java  2001/08/17 23:07:30     1.2
  @@ -61,10 +61,16 @@
    * A name generation factory.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]>Daniel Rall</a>
  - * @version $Id: NameFactory.java,v 1.1 2001/08/17 19:31:49 dlr Exp $
  + * @version $Id: NameFactory.java,v 1.2 2001/08/17 23:07:30 dlr Exp $
    */
   public class NameFactory
   {
  +    /**
  +     * The fully qualified class name of the default name generator.
  +     */
  +    public static final String DEFAULT_GENERATOR =
  +        DefaultNameGenerator.class.getName();
  +
       /**
        * The single instance of this class.
        */
  
  
  

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

Reply via email to