Skip to content

Commit

Permalink
Disable hibernate restrictions for HLocaleMember class.
Browse files Browse the repository at this point in the history
This is a temporary fix for bug http://bugzilla.redhat.com/show_bug.cgi?id=748154 that should be addressed in the 1.4 branch.
  • Loading branch information
Carlos Munoz committed Oct 27, 2011
1 parent d6747bf commit 21c4ee1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
*/
@Entity
@Table(name="HLocale_Member")
@Restrict
public class HLocaleMember implements Serializable
{
private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit 21c4ee1

Please sign in to comment.