Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21212
Modified Files: HibernateTagsHandler.java Log Message: Add java.lang.Character to the primitive types list. Should fix XDT-741. Index: HibernateTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -r1.44 -r1.45 *** HibernateTagsHandler.java 1 Nov 2005 17:44:18 -0000 1.44 --- HibernateTagsHandler.java 9 Jan 2006 01:19:04 -0000 1.45 *************** *** 709,712 **** --- 709,713 ---- TypeTagsHandler.isPrimitiveType(typeStr) || "java.lang.Byte".equals(typeStr) || + "java.lang.Character".equals(typeStr) || "java.lang.Double".equals(typeStr) || "java.lang.Float".equals(typeStr) || ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel