HHH-7717 Added import to Tooth test for previously committed @Column.

This commit is contained in:
Esen Sagynov 2012-10-26 11:09:36 -04:00 committed by brmeyer
parent 014bc42a86
commit 61cb6f59f6
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
import javax.persistence.Column;
/**
* @author Emmanuel Bernard