[hibernate-commits] Hibernate SVN: r16015 - branches/Branch_3_2/HibernateExt/tools/src/testsupport.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Feb 20 12:18:17 EST 2009


Author: max.andersen at jboss.com
Date: 2009-02-20 12:18:17 -0500 (Fri, 20 Feb 2009)
New Revision: 16015

Modified:
   branches/Branch_3_2/HibernateExt/tools/src/testsupport/NoopReverseEngineeringStrategy.java
Log:
remove java5 specific code

Modified: branches/Branch_3_2/HibernateExt/tools/src/testsupport/NoopReverseEngineeringStrategy.java
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/src/testsupport/NoopReverseEngineeringStrategy.java	2009-02-20 17:10:42 UTC (rev 16014)
+++ branches/Branch_3_2/HibernateExt/tools/src/testsupport/NoopReverseEngineeringStrategy.java	2009-02-20 17:18:17 UTC (rev 16015)
@@ -169,13 +169,13 @@
 		return false;
 	}
 
-	@Override
+	
 	public AssociationInfo foreignKeyToAssociationInfo(ForeignKey foreignKey) {
 		// TODO Auto-generated method stub
 		return null;
 	}
 
-	@Override
+	
 	public String foreignKeyToInverseEntityName(String keyname,
 			TableIdentifier fromTable, List fromColumnNames,
 			TableIdentifier referencedTable, List referencedColumnNames,
@@ -184,7 +184,7 @@
 		return null;
 	}
 
-	@Override
+	
 	public AssociationInfo foreignKeyToInverseAssociationInfo(ForeignKey foreignKey) {
 		// TODO Auto-generated method stub
 		return null;




More information about the hibernate-commits mailing list