[hibernate-commits] Hibernate SVN: r10686 - in branches/Branch_3_2/HibernateExt/tools/src: java/org/hibernate/tool/hbm2x/doc templates/doc/entities

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Nov 2 09:57:29 EST 2006


Author: max.andersen at jboss.com
Date: 2006-11-02 09:57:25 -0500 (Thu, 02 Nov 2006)
New Revision: 10686

Modified:
   branches/Branch_3_2/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/doc/DocHelper.java
   branches/Branch_3_2/HibernateExt/tools/src/templates/doc/entities/entity.ftl
Log:
you say potato i say potatoe

Modified: branches/Branch_3_2/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/doc/DocHelper.java
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/doc/DocHelper.java	2006-11-02 12:46:51 UTC (rev 10685)
+++ branches/Branch_3_2/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/doc/DocHelper.java	2006-11-02 14:57:25 UTC (rev 10686)
@@ -502,7 +502,7 @@
     	}
     }
     
-    public List getInheritanceHiearchy(POJOClass pc) {
+    public List getInheritanceHierarchy(POJOClass pc) {
     	if(pc.isSubclass()) {
     		List superClasses = new ArrayList();
 

Modified: branches/Branch_3_2/HibernateExt/tools/src/templates/doc/entities/entity.ftl
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/src/templates/doc/entities/entity.ftl	2006-11-02 12:46:51 UTC (rev 10685)
+++ branches/Branch_3_2/HibernateExt/tools/src/templates/doc/entities/entity.ftl	2006-11-02 14:57:25 UTC (rev 10686)
@@ -18,7 +18,7 @@
 		
 		<ul class="EntityHierarchy">
 			<li>
-			    <#assign superClasses=dochelper.getInheritanceHiearchy(class)>
+			    <#assign superClasses=dochelper.getInheritanceHierarchy(class)>
 				<#list superClasses?reverse as superClass>
 					<#-- whitespace is significant here -->
 					<#if superClass_index gt 0><img src="${docFileManager.getRef(docFile, docFileManager.getExtendsImageDocFile())}" alt="extended by"/></#if><a href="${docFileManager.getRef(docFile, docFileManager.getEntityDocFileByDeclarationName(superClass))}">${superClass.qualifiedDeclarationName}</a>




More information about the hibernate-commits mailing list