From 902b3ac2dcf919a6e6ff94de95cddd8948867341 Mon Sep 17 00:00:00 2001 From: Strong Liu Date: Sat, 18 Sep 2010 13:47:12 +0000 Subject: [PATCH] HHH-5572 rollback, since this change causes org.hibernate.test.annotations.indexcoll.IndexedCollectionTest#testJPA2DefaultMapColumns to fail. git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20663 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- .../org/hibernate/test/annotations/indexcoll/Atmosphere.java | 1 - 1 file changed, 1 deletion(-) diff --git a/testsuite/src/test/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java b/testsuite/src/test/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java index 92a9ab7d11..594e4730da 100644 --- a/testsuite/src/test/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java +++ b/testsuite/src/test/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java @@ -73,7 +73,6 @@ public class Atmosphere { @ManyToMany(cascade = CascadeType.ALL) @MapKey @JoinTable(name="Atm_Gas_DefLeg") - @MapKeyColumn(nullable=false) public Map gasesDefLeg = new HashMap(); @ManyToMany(cascade = CascadeType.ALL)