Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14196/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate

Modified Files:
        XDocletModulesHibernateMessages.java 
Log Message:
Make constants final.

Index: XDocletModulesHibernateMessages.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/XDocletModulesHibernateMessages.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** XDocletModulesHibernateMessages.java        16 Apr 2004 18:38:10 -0000      1.9
--- XDocletModulesHibernateMessages.java        15 Aug 2004 09:38:12 -0000      1.10
***************
*** 62,66 ****
       * @msg.bundle   msg="Class {0} misses ID property"
       */
!     public static String NO_ID_PROPERTY = "NO_ID_PROPERTY";
  
      /**
--- 62,66 ----
       * @msg.bundle   msg="Class {0} misses ID property"
       */
!     public final static String NO_ID_PROPERTY = "NO_ID_PROPERTY";
  
      /**
***************
*** 68,79 ****
       *      equals(Object)"
       */
!     public static String WRONG_COMPOSITE_ID = "WRONG_COMPOSITE_ID";
      /**
       * @msg.bundle   msg="Factory name is required"
       */
!     public static String FACTORY_NAME_REQUIRED = "FACTORY_NAME_REQUIRED";
      /**
       * @msg.bundle   msg="Generating factory class"
       */
!     public static String GENERATING_HIBERNATE_FACTORY_CLASS = 
"GENERATING_HIBERNATE_FACTORY_CLASS";
  }
--- 68,79 ----
       *      equals(Object)"
       */
!     public final static String WRONG_COMPOSITE_ID = "WRONG_COMPOSITE_ID";
      /**
       * @msg.bundle   msg="Factory name is required"
       */
!     public final static String FACTORY_NAME_REQUIRED = "FACTORY_NAME_REQUIRED";
      /**
       * @msg.bundle   msg="Generating factory class"
       */
!     public final static String GENERATING_HIBERNATE_FACTORY_CLASS = 
"GENERATING_HIBERNATE_FACTORY_CLASS";
  }



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to