Author: stliu
Date: 2010-09-18 09:47:12 -0400 (Sat, 18 Sep 2010)
New Revision: 20663
Modified:
core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java
Log:
HHH-5572 rollback, since this change causes
org.hibernate.test.annotations.indexcoll.IndexedCollectionTest#testJPA2DefaultMapColumns
to fail.
Modified:
core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java
===================================================================
---
core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java 2010-09-17
10:31:59 UTC (rev 20662)
+++
core/trunk/testsuite/src/test/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java 2010-09-18
13:47:12 UTC (rev 20663)
@@ -73,7 +73,6 @@
@ManyToMany(cascade = CascadeType.ALL)
@MapKey
@JoinTable(name="Atm_Gas_DefLeg")
- @MapKeyColumn(nullable=false)
public Map<String, Gas> gasesDefLeg = new HashMap<String, Gas>();
@ManyToMany(cascade = CascadeType.ALL)